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-02-21T00:52:34.257Z||main|||||INFO|500||The following profiles are active: basic
2022-02-21T00:52:42.686Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-21T00:52:42.687Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-21T00:52:42.759Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-21T00:52:44.868Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-21T00:52:45.025Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-21T00:52:45.385Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-21T00:52:45.392Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-21T00:52:45.467Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-21T00:52:45.584Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-21T00:52:45.957Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-21T00:52:46.795Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-21T00:52:48.652Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-21T00:52:48.696Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-21T00:52:49.171Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-21T00:52:49.284Z||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-02-21T00:52:50.397Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-21T00:52:51.329Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-21T00:52:51.345Z||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$$9a9ee5b2.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-02-21T00:52:51.346Z||main|||||WARN|500||The sdc end point is not alive
2022-02-21T00:52:53.872Z||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-02-21T00:52:56.267Z||main|||||WARN|500||---
2022-02-21T00:52:56.267Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-21T00:52:56.267Z||main|||||WARN|500||---
2022-02-21T00:52:56.672Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-21T00:53:00.704Z||main|||||INFO|500||Started Application in 30.226 seconds (JVM running for 31.292)
2022-02-21T00:53:00.716Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-21T00:53:00.717Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-21T00:53:00.748Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-21T00:53:00.772Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-21T00:53:00.810Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3028955f-6fef-4ceb-aa87-2e4ef1352d8f url= /sdc/v1/artifactTypes
2022-02-21T00:53:00.810Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-21T00:53:01.041Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-21T00:53:01.061Z||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-02-21T00:53:01.080Z||scheduling-1|||||DEBUG|500||create keys
2022-02-21T00:53:01.086Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-21T00:53:01.295Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:53:01.311Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 52819d37-5a33-483e-85f4-35dad2f0efd6 url= /sdc/v1/registerForDistribution
2022-02-21T00:53:02.529Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 52819d37-5a33-483e-85f4-35dad2f0efd6 url= /sdc/v1/registerForDistribution
2022-02-21T00:53:02.530Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-21T00:53:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:53:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:53:02.541Z||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-02-21T00:53:02.541Z||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-02-21T00:53:02.542Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:53:02.542Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:53:02.542Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-21T00:53:20.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:53:21.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:54:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:54:02.536Z||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-02-21T00:54:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:54:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:54:02.538Z||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-02-21T00:54:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:54:12.084Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:54:12.085Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:55:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:55:02.536Z||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-02-21T00:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:55:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:55:02.538Z||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-02-21T00:55:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:55:12.084Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:55:12.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:56:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:56:02.537Z||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-02-21T00:56:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:56:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:56:02.538Z||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-02-21T00:56:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:56:12.086Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:56:12.088Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:57:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:57:02.537Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T00:57:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:57:02.537Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T00:57:02.538Z||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-02-21T00:57:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:57:12.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:57:12.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:58:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:58:02.537Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T00:58:02.537Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T00:58:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:58:02.538Z||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-02-21T00:58:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:58:12.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:58:12.087Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:59:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:59:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:59:02.537Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T00:59:02.538Z||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-02-21T00:59:02.538Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T00:59:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:59:12.087Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T00:59:12.088Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:00:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:00:02.536Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:00:02.537Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:00:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:00:02.538Z||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-02-21T01:00:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:00:12.092Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:00:12.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:01:02.536Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:01:02.537Z||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-02-21T01:01:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:01:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:01:02.538Z||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-02-21T01:01:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:01:12.107Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:01:12.107Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:02:02.536Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:02:02.536Z||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-02-21T01:02:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:02:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:02:02.538Z||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-02-21T01:02:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:02:12.085Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:02:12.092Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:02:39.395Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-21T01:03:02.536Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:03:02.537Z||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-02-21T01:03:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:03:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:03:02.538Z||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-02-21T01:03:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:03:12.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:03:12.083Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:04:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:04:02.536Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:04:02.536Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:04:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:04:02.538Z||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-02-21T01:04:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:04:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:04:12.088Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:05:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:05:02.536Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:05:02.536Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:05:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:05:02.538Z||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-02-21T01:05:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:05:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:05:12.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:06:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:06:02.536Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:06:02.537Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:06:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:06:02.537Z||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-02-21T01:06:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:06:12.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:06:12.087Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:07:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:07:02.537Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:07:02.537Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:07:02.538Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:07:02.539Z||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-02-21T01:07:02.539Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:07:12.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:07:12.086Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:08:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:08:02.537Z||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-02-21T01:08:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:08:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:08:02.537Z||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-02-21T01:08:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:08:12.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:08:12.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:09:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:09:02.537Z||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-02-21T01:09:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:09:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:09:02.537Z||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-02-21T01:09:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:09:12.080Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:09:12.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:10:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:10:02.537Z||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-02-21T01:10:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:10:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:10:02.538Z||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-02-21T01:10:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:10:12.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:10:12.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:11:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:11:02.536Z||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-02-21T01:11:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:11:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:11:02.537Z||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-02-21T01:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:11:12.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:11:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:12:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:12:02.537Z||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-02-21T01:12:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:12:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:12:02.538Z||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-02-21T01:12:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:12:12.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:12:12.085Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:13:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:13:02.536Z||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-02-21T01:13:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:13:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:13:02.537Z||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-02-21T01:13:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:13:12.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:13:12.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:14:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:14:02.536Z||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-02-21T01:14:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:14:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:14:02.537Z||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-02-21T01:14:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:14:12.092Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:14:12.105Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:15:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:15:02.536Z||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-02-21T01:15:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:15:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:15:02.538Z||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-02-21T01:15:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:15:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:15:12.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:16:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:16:02.536Z||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-02-21T01:16:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:16:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:16:02.537Z||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-02-21T01:16:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:16:12.087Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:16:12.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:17:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:17:02.536Z||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-02-21T01:17:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:17:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:17:02.538Z||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-02-21T01:17:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:17:12.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:17:12.089Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:18:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:18:02.536Z||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-02-21T01:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:18:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:18:02.537Z||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-02-21T01:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:18:12.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:18:12.083Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:19:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:19:02.536Z||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-02-21T01:19:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:19:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:19:02.537Z||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-02-21T01:19:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:19:12.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:19:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:20:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:20:02.536Z||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-02-21T01:20:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:20:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:20:02.538Z||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-02-21T01:20:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:20:12.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:20:12.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:21:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:21:02.537Z||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-02-21T01:21:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:21:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:21:02.538Z||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-02-21T01:21:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:21:12.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:21:12.092Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:22:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:22:02.536Z||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-02-21T01:22:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:22:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:22:02.537Z||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-02-21T01:22:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:22:12.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:22:12.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:23:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:23:02.536Z||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-02-21T01:23:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:23:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:23:02.537Z||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-02-21T01:23:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:23:12.083Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:23:12.083Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:24:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:24:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:24:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:24:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:24:02.538Z||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-02-21T01:24:02.539Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:24:12.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:24:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:25:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:25:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:25:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:25:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:25:02.537Z||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-02-21T01:25:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:25:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:25:12.083Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:26:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:26:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:26:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:26:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:26:02.537Z||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-02-21T01:26:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:26:12.085Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:26:12.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:27:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:27:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:27:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:27:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:27:02.537Z||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-02-21T01:27:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:27:12.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:27:12.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:28:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:28:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:28:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:28:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:28:02.538Z||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-02-21T01:28:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:28:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:28:12.085Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:29:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:29:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:29:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:29:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:29:02.537Z||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-02-21T01:29:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:29:12.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:29:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:30:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:30:02.536Z||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-02-21T01:30:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:30:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:30:02.538Z||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-02-21T01:30:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:30:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:30:12.082Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:31:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:31:02.537Z||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-02-21T01:31:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:31:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:31:02.538Z||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-02-21T01:31:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:31:12.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:31:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:32:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:32:02.536Z||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-02-21T01:32:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:32:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:32:02.537Z||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-02-21T01:32:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:32:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:32:12.105Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:33:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:33:02.537Z||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-02-21T01:33:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:33:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:33:02.538Z||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-02-21T01:33:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:33:12.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:33:12.087Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:34:02.536Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:34:02.537Z||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-02-21T01:34:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:34:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:34:02.539Z||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-02-21T01:34:02.539Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:34:12.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:34:12.085Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:35:02.536Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:35:02.536Z||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-02-21T01:35:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:35:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:35:02.538Z||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-02-21T01:35:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:35:12.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:35:12.084Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:36:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:36:02.536Z||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-02-21T01:36:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:36:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:36:02.538Z||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-02-21T01:36:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:36:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:36:12.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:37:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:37:02.536Z||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-02-21T01:37:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:37:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:37:02.537Z||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-02-21T01:37:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:37:12.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:37:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:38:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:38:02.536Z||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-02-21T01:38:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:38:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:38:02.537Z||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-02-21T01:38:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:38:12.079Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:38:12.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:39:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:39:02.536Z||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-02-21T01:39:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:39:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:39:02.537Z||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-02-21T01:39:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:39:12.075Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:39:12.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:40:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:40:02.536Z||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-02-21T01:40:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:40:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:40:02.538Z||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-02-21T01:40:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:40:12.078Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:40:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:41:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:41:02.536Z||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-02-21T01:41:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:41:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:41:02.538Z||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-02-21T01:41:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:41:12.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:41:12.085Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:42:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:42:02.536Z||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-02-21T01:42:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:42:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:42:02.537Z||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-02-21T01:42:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:42:12.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:42:12.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:43:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:43:02.537Z||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-02-21T01:43:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:43:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:43:02.537Z||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-02-21T01:43:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:43:12.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:43:12.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:44:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:44:02.536Z||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-02-21T01:44:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:44:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:44:02.537Z||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-02-21T01:44:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:44:12.080Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:44:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:45:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:45:02.536Z||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-02-21T01:45:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:45:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:45:02.537Z||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-02-21T01:45:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:45:12.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:45:12.081Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:46:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:46:02.536Z||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-02-21T01:46:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:46:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:46:02.537Z||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-02-21T01:46:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:46:12.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:46:12.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:47:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:47:02.536Z||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-02-21T01:47:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:47:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:47:02.538Z||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-02-21T01:47:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:47:12.080Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:47:12.085Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:48:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:48:02.537Z||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-02-21T01:48:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:48:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:48:02.538Z||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-02-21T01:48:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:48:12.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:48:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:49:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:49:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:49:02.537Z||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-02-21T01:49:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:49:02.538Z||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-02-21T01:49:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:49:12.080Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:49:12.089Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:50:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:50:02.536Z||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-02-21T01:50:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:50:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:50:02.537Z||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-02-21T01:50:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:50:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:50:12.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:51:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:51:02.537Z||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-02-21T01:51:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:51:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:51:02.537Z||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-02-21T01:51:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:51:12.085Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:51:12.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:52:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:52:02.536Z||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-02-21T01:52:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:52:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:52:02.537Z||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-02-21T01:52:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:52:12.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:52:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:53:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:53:02.536Z||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-02-21T01:53:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:53:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:53:02.537Z||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-02-21T01:53:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:53:12.080Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:53:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:54:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:54:02.536Z||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-02-21T01:54:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:54:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:54:02.538Z||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-02-21T01:54:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:54:12.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:54:12.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:55:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:55:02.537Z||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-02-21T01:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:55:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:55:02.537Z||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-02-21T01:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:55:12.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:55:12.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:56:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:56:02.537Z||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-02-21T01:56:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:56:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:56:02.538Z||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-02-21T01:56:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:56:12.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:56:12.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:57:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:57:02.537Z||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-02-21T01:57:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:57:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:57:02.537Z||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-02-21T01:57:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:57:12.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:57:12.087Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:58:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:58:02.537Z||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-02-21T01:58:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:58:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:58:02.538Z||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-02-21T01:58:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:58:12.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:58:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:59:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:59:02.536Z||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-02-21T01:59:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:59:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:59:02.537Z||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-02-21T01:59:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:59:12.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T01:59:12.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:00:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:00:02.536Z||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-02-21T02:00:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:00:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:00:02.538Z||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-02-21T02:00:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:00:12.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:00:12.101Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:01:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:01:02.536Z||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-02-21T02:01:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:01:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:01:02.538Z||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-02-21T02:01:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:01:12.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:01:12.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:02:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:02:02.536Z||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-02-21T02:02:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:02:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:02:02.538Z||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-02-21T02:02:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:02:12.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:02:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:03:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:03:02.536Z||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-02-21T02:03:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:03:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:03:02.538Z||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-02-21T02:03:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:03:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:03:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:04:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:04:02.536Z||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-02-21T02:04:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:04:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:04:02.537Z||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-02-21T02:04:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:04:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:04:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:05:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:05:02.536Z||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-02-21T02:05:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:05:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:05:02.538Z||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-02-21T02:05:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:05:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:05:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:06:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:06:02.536Z||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-02-21T02:06:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:06:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:06:02.537Z||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-02-21T02:06:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:06:12.094Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:06:12.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:07:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:07:02.536Z||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-02-21T02:07:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:07:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:07:02.538Z||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-02-21T02:07:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:07:12.080Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:07:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:08:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:08:02.536Z||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-02-21T02:08:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:08:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:08:02.537Z||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-02-21T02:08:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:08:12.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:08:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:09:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:09:02.536Z||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-02-21T02:09:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:09:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:09:02.537Z||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-02-21T02:09:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:09:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:09:12.084Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:10:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:10:02.536Z||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-02-21T02:10:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:10:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:10:02.537Z||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-02-21T02:10:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:10:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:10:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:11:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:11:02.537Z||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-02-21T02:11:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:11:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:11:02.538Z||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-02-21T02:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:11:12.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:11:12.084Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:12:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:12:02.536Z||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-02-21T02:12:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:12:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:12:02.538Z||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-02-21T02:12:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:12:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:12:12.080Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:13:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:13:02.536Z||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-02-21T02:13:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:13:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:13:02.537Z||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-02-21T02:13:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:13:12.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:13:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:14:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:14:02.536Z||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-02-21T02:14:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:14:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:14:02.537Z||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-02-21T02:14:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:14:12.079Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:14:12.086Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:15:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:15:02.536Z||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-02-21T02:15:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:15:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:15:02.537Z||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-02-21T02:15:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:15:12.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:15:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:16:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:16:02.537Z||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-02-21T02:16:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:16:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:16:02.537Z||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-02-21T02:16:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:16:12.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:16:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:17:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:17:02.536Z||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-02-21T02:17:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:17:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:17:02.538Z||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-02-21T02:17:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:17:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:17:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:18:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:18:02.536Z||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-02-21T02:18:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:18:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:18:02.538Z||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-02-21T02:18:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:18:12.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:18:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:19:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:19:02.536Z||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-02-21T02:19:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:19:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:19:02.537Z||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-02-21T02:19:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:19:12.077Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:19:12.078Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:20:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:20:02.536Z||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-02-21T02:20:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:20:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:20:02.538Z||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-02-21T02:20:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:20:12.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:20:12.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:21:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:21:02.536Z||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-02-21T02:21:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:21:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:21:02.538Z||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-02-21T02:21:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:21:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:21:12.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:22:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:22:02.536Z||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-02-21T02:22:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:22:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:22:02.537Z||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-02-21T02:22:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:22:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:22:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:23:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:23:02.536Z||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-02-21T02:23:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:23:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:23:02.537Z||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-02-21T02:23:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:23:12.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:23:12.084Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:24:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:24:02.536Z||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-02-21T02:24:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:24:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:24:02.538Z||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-02-21T02:24:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:24:12.086Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:24:12.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:25:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:25:02.536Z||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-02-21T02:25:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:25:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:25:02.538Z||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-02-21T02:25:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:25:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:25:12.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:26:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:26:02.536Z||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-02-21T02:26:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:26:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:26:02.537Z||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-02-21T02:26:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:26:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:26:12.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:27:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:27:02.536Z||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-02-21T02:27:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:27:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:27:02.537Z||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-02-21T02:27:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:27:12.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:27:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:28:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:28:02.536Z||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-02-21T02:28:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:28:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:28:02.538Z||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-02-21T02:28:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:28:12.083Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:28:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:29:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:29:02.536Z||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-02-21T02:29:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:29:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:29:02.538Z||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-02-21T02:29:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:29:12.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:29:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:30:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:30:02.536Z||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-02-21T02:30:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:30:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:30:02.538Z||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-02-21T02:30:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:30:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:30:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:31:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:31:02.536Z||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-02-21T02:31:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:31:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:31:02.537Z||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-02-21T02:31:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:31:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:31:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:32:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:32:02.536Z||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-02-21T02:32:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:32:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:32:02.537Z||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-02-21T02:32:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:32:12.083Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:32:12.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:33:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:33:02.536Z||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-02-21T02:33:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:33:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:33:02.537Z||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-02-21T02:33:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:33:12.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:33:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:34:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:34:02.536Z||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-02-21T02:34:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:34:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:34:02.538Z||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-02-21T02:34:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:34:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:34:12.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:35:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:35:02.537Z||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-02-21T02:35:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:35:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:35:02.537Z||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-02-21T02:35:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:35:12.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:35:12.086Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:36:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:36:02.537Z||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-02-21T02:36:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:36:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:36:02.538Z||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-02-21T02:36:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:36:12.080Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:36:12.089Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:37:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:37:02.537Z||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-02-21T02:37:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:37:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:37:02.538Z||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-02-21T02:37:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:37:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:37:12.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:38:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:38:02.536Z||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-02-21T02:38:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:38:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:38:02.537Z||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-02-21T02:38:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:38:12.080Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:38:12.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:39:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:39:02.536Z||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-02-21T02:39:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:39:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:39:02.537Z||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-02-21T02:39:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:39:12.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:39:12.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:40:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:40:02.536Z||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-02-21T02:40:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:40:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:40:02.537Z||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-02-21T02:40:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:40:12.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:40:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:41:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:41:02.536Z||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-02-21T02:41:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:41:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:41:02.537Z||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-02-21T02:41:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:41:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:41:12.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:42:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:42:02.536Z||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-02-21T02:42:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:42:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:42:02.537Z||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-02-21T02:42:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:42:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:42:12.096Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:43:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:43:02.536Z||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-02-21T02:43:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:43:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:43:02.537Z||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-02-21T02:43:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:43:12.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:43:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:44:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:44:02.536Z||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-02-21T02:44:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:44:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:44:02.537Z||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-02-21T02:44:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:44:12.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:44:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:45:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:45:02.536Z||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-02-21T02:45:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:45:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:45:02.538Z||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-02-21T02:45:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:45:12.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:45:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:46:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:46:02.536Z||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-02-21T02:46:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:46:02.538Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:46:02.539Z||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-02-21T02:46:02.539Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:46:12.072Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:46:12.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:47:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:47:02.536Z||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-02-21T02:47:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:47:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:47:02.537Z||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-02-21T02:47:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:47:12.080Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:47:12.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:48:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:48:02.537Z||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-02-21T02:48:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:48:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:48:02.537Z||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-02-21T02:48:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:48:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:48:12.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:49:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:49:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:49:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:49:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:49:02.538Z||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-02-21T02:49:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:49:12.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:49:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:50:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:50:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:50:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:50:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:50:02.537Z||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-02-21T02:50:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:50:12.083Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:50:12.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:51:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:51:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:51:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:51:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:51:02.537Z||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-02-21T02:51:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:51:12.076Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:51:12.093Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:52:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:52:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:52:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:52:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:52:02.537Z||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-02-21T02:52:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:52:12.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:52:12.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:53:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:53:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:53:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:53:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:53:02.537Z||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-02-21T02:53:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:53:12.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:53:12.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:54:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:54:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:54:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:54:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:54:02.537Z||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-02-21T02:54:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:54:12.073Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:54:12.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:55:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:55:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:55:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:55:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:55:02.537Z||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-02-21T02:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:55:12.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:55:12.081Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:56:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:56:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:56:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:56:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:56:02.538Z||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-02-21T02:56:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:56:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:56:12.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:57:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:57:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:57:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:57:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:57:02.538Z||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-02-21T02:57:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:57:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:57:12.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:58:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:58:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:58:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:58:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:58:02.537Z||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-02-21T02:58:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:58:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:58:12.083Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:59:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:59:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:59:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:59:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:59:02.538Z||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-02-21T02:59:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:59:12.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T02:59:12.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:00:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:00:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:00:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:00:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:00:02.537Z||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-02-21T03:00:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:00:12.082Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:00:12.085Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:01:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:01:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:01:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:01:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:01:02.537Z||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-02-21T03:01:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:01:12.088Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:01:12.089Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:02:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:02:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:02:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:02:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:02:02.537Z||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-02-21T03:02:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:02:12.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:02:12.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:03:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:03:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:03:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:03:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:03:02.537Z||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-02-21T03:03:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:03:12.074Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:03:12.078Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:04:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:04:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:04:02.537Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:04:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:04:02.537Z||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-02-21T03:04:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:04:12.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:04:12.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:05:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:05:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:05:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:05:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:05:02.537Z||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-02-21T03:05:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:05:12.075Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:05:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:06:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:06:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:06:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:06:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:06:02.537Z||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-02-21T03:06:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:06:12.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:06:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:07:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:07:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:07:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:07:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:07:02.537Z||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-02-21T03:07:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:07:12.080Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:07:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:08:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:08:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:08:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:08:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:08:02.537Z||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-02-21T03:08:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:08:12.078Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:08:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:09:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:09:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:09:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:09:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:09:02.537Z||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-02-21T03:09:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:09:12.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:09:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:10:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:10:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:10:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:10:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:10:02.537Z||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-02-21T03:10:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:10:12.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:10:12.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:11:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:11:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:11:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:11:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:11:02.537Z||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-02-21T03:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:11:12.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:11:12.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:12:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:12:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:12:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:12:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:12:02.537Z||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-02-21T03:12:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:12:12.079Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:12:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:13:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:13:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:13:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:13:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:13:02.538Z||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-02-21T03:13:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:13:12.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:13:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:14:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:14:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:14:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:14:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:14:02.538Z||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-02-21T03:14:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:14:12.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:14:12.107Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:15:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:15:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:15:02.538Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:15:02.538Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:15:02.538Z||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-02-21T03:15:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:15:12.081Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:15:12.083Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:16:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:16:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:16:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:16:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:16:02.537Z||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-02-21T03:16:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:16:12.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:16:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:17:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:17:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:17:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:17:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:17:02.537Z||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-02-21T03:17:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:17:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:17:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:18:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:18:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:18:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:18:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:18:02.537Z||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-02-21T03:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:18:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:18:12.080Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:19:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:19:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:19:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:19:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:19:02.537Z||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-02-21T03:19:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:19:12.079Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:19:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:20:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:20:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:20:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:20:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:20:02.537Z||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-02-21T03:20:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:20:12.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:20:12.085Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:21:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:21:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:21:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:21:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:21:02.537Z||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-02-21T03:21:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:21:12.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:21:12.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:22:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:22:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:22:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:22:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:22:02.537Z||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-02-21T03:22:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:22:12.095Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:22:12.097Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:23:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:23:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:23:02.537Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:23:02.537Z||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-02-21T03:23:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:23:02.537Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:23:12.081Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:23:12.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:24:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:24:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:24:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:24:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:24:02.537Z||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-02-21T03:24:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:24:12.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:24:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:25:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:25:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:25:02.538Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:25:02.538Z||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-02-21T03:25:02.538Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:25:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:25:12.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:25:12.084Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:26:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:26:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:26:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:26:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:26:02.537Z||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-02-21T03:26:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:26:12.085Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:26:12.085Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:27:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:27:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:27:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:27:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:27:02.537Z||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-02-21T03:27:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:27:12.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:27:12.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:28:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:28:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:28:02.537Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:28:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:28:02.537Z||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-02-21T03:28:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:28:12.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:28:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:29:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:29:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:29:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:29:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:29:02.537Z||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-02-21T03:29:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:29:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:29:12.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:30:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:30:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:30:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:30:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:30:02.537Z||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-02-21T03:30:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:30:12.079Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:30:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:31:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:31:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:31:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:31:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:31:02.537Z||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-02-21T03:31:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:31:12.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:31:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:32:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:32:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:32:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:32:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:32:02.537Z||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-02-21T03:32:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:32:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:32:12.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:33:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:33:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:33:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:33:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:33:02.537Z||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-02-21T03:33:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:33:12.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:33:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:34:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:34:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:34:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:34:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:34:02.537Z||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-02-21T03:34:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:34:12.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:34:12.075Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:35:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:35:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:35:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:35:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:35:02.537Z||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-02-21T03:35:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:35:12.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:35:12.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:36:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:36:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:36:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:36:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:36:02.537Z||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-02-21T03:36:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:36:12.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:36:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:37:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:37:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:37:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:37:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:37:02.537Z||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-02-21T03:37:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:37:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:37:12.081Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:38:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:38:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:38:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:38:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:38:02.537Z||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-02-21T03:38:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:38:12.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:38:12.089Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:39:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:39:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:39:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:39:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:39:02.537Z||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-02-21T03:39:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:39:12.077Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:39:12.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:40:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:40:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:40:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:40:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:40:02.537Z||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-02-21T03:40:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:40:12.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:40:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:41:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:41:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:41:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:41:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:41:02.537Z||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-02-21T03:41:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:41:12.074Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:41:12.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:42:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:42:02.536Z||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-02-21T03:42:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:42:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:42:02.538Z||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-02-21T03:42:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:42:12.078Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:42:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:43:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:43:02.536Z||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-02-21T03:43:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:43:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:43:02.537Z||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-02-21T03:43:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:43:12.076Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:43:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:44:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:44:02.536Z||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-02-21T03:44:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:44:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:44:02.537Z||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-02-21T03:44:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:44:12.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:44:12.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:45:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:45:02.536Z||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-02-21T03:45:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:45:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:45:02.538Z||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-02-21T03:45:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:45:12.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:45:12.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:46:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:46:02.536Z||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-02-21T03:46:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:46:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:46:02.537Z||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-02-21T03:46:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:46:12.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:46:12.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:47:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:47:02.536Z||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-02-21T03:47:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:47:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:47:02.537Z||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-02-21T03:47:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:47:12.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:47:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:48:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:48:02.536Z||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-02-21T03:48:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:48:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:48:02.537Z||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-02-21T03:48:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:48:12.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:48:12.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:49:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:49:02.536Z||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-02-21T03:49:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:49:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:49:02.537Z||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-02-21T03:49:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:49:12.076Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:49:12.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:50:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:50:02.536Z||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-02-21T03:50:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:50:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:50:02.537Z||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-02-21T03:50:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:50:12.081Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:50:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:51:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:51:02.536Z||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-02-21T03:51:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:51:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:51:02.537Z||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-02-21T03:51:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:51:12.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:51:12.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:52:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:52:02.536Z||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-02-21T03:52:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:52:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:52:02.537Z||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-02-21T03:52:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:52:12.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:52:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:53:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:53:02.536Z||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-02-21T03:53:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:53:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:53:02.537Z||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-02-21T03:53:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:53:12.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:53:12.082Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:54:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:54:02.536Z||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-02-21T03:54:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:54:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:54:02.537Z||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-02-21T03:54:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:54:12.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:54:12.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:55:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:55:02.536Z||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-02-21T03:55:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:55:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:55:02.537Z||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-02-21T03:55:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:55:12.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:55:12.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:56:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:56:02.536Z||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-02-21T03:56:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:56:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:56:02.537Z||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-02-21T03:56:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:56:12.075Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:56:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:57:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:57:02.536Z||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-02-21T03:57:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:57:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:57:02.537Z||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-02-21T03:57:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:57:12.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:57:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:58:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:58:02.536Z||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-02-21T03:58:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:58:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:58:02.537Z||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-02-21T03:58:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:58:12.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:58:12.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:59:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:59:02.536Z||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-02-21T03:59:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:59:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:59:02.537Z||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-02-21T03:59:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:59:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T03:59:12.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:00:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:00:02.536Z||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-02-21T04:00:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:00:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:00:02.537Z||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-02-21T04:00:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:00:12.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:00:12.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:01:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:01:02.536Z||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-02-21T04:01:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:01:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:01:02.537Z||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-02-21T04:01:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:01:12.078Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:01:12.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:02:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:02:02.536Z||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-02-21T04:02:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:02:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:02:02.538Z||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-02-21T04:02:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:02:12.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:02:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:03:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:03:02.536Z||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-02-21T04:03:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:03:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:03:02.537Z||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-02-21T04:03:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:03:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:03:12.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:04:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:04:02.536Z||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-02-21T04:04:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:04:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:04:02.537Z||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-02-21T04:04:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:04:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:04:12.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:05:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:05:02.536Z||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-02-21T04:05:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:05:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:05:02.537Z||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-02-21T04:05:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:05:12.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:05:12.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:06:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:06:02.536Z||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-02-21T04:06:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:06:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:06:02.537Z||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-02-21T04:06:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:06:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:06:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:07:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:07:02.537Z||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-02-21T04:07:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:07:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:07:02.537Z||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-02-21T04:07:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:07:12.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:07:12.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:08:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:08:02.536Z||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-02-21T04:08:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:08:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:08:02.537Z||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-02-21T04:08:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:08:12.076Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:08:12.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:09:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:09:02.536Z||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-02-21T04:09:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:09:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:09:02.537Z||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-02-21T04:09:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:09:12.080Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:09:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:10:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:10:02.536Z||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-02-21T04:10:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:10:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:10:02.537Z||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-02-21T04:10:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:10:12.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:10:12.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:11:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:11:02.536Z||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-02-21T04:11:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:11:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:11:02.538Z||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-02-21T04:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:11:12.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:11:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:12:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:12:02.536Z||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-02-21T04:12:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:12:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:12:02.537Z||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-02-21T04:12:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:12:12.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:12:12.085Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:13:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:13:02.536Z||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-02-21T04:13:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:13:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:13:02.538Z||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-02-21T04:13:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:13:12.078Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:13:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:14:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:14:02.536Z||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-02-21T04:14:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:14:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:14:02.537Z||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-02-21T04:14:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:14:12.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:14:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:15:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:15:02.536Z||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-02-21T04:15:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:15:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:15:02.537Z||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-02-21T04:15:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:15:12.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:15:12.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:16:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:16:02.536Z||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-02-21T04:16:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:16:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:16:02.537Z||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-02-21T04:16:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:16:12.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:16:12.086Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:17:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:17:02.536Z||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-02-21T04:17:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:17:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:17:02.537Z||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-02-21T04:17:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:17:12.075Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:17:12.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:18:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:18:02.536Z||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-02-21T04:18:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:18:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:18:02.537Z||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-02-21T04:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:18:12.075Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:18:12.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:19:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:19:02.536Z||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-02-21T04:19:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:19:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:19:02.537Z||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-02-21T04:19:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:19:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:19:12.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:20:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:20:02.536Z||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-02-21T04:20:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:20:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:20:02.537Z||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-02-21T04:20:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:20:12.086Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:20:12.091Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:21:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:21:02.536Z||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-02-21T04:21:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:21:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:21:02.537Z||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-02-21T04:21:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:21:12.078Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:21:12.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:22:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:22:02.536Z||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-02-21T04:22:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:22:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:22:02.537Z||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-02-21T04:22:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:22:12.077Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:22:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:23:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:23:02.536Z||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-02-21T04:23:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:23:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:23:02.537Z||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-02-21T04:23:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:23:12.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:23:12.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:24:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:24:02.536Z||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-02-21T04:24:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:24:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:24:02.537Z||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-02-21T04:24:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:24:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:24:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:25:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:25:02.536Z||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-02-21T04:25:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:25:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:25:02.537Z||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-02-21T04:25:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:25:12.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:25:12.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:26:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:26:02.536Z||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-02-21T04:26:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:26:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:26:02.537Z||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-02-21T04:26:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:26:12.075Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:26:12.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:27:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:27:02.536Z||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-02-21T04:27:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:27:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:27:02.538Z||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-02-21T04:27:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:27:12.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:27:12.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:28:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:28:02.536Z||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-02-21T04:28:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:28:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:28:02.538Z||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-02-21T04:28:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:28:12.081Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:28:12.084Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:29:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:29:02.536Z||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-02-21T04:29:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:29:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:29:02.537Z||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-02-21T04:29:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:29:12.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:29:12.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:30:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:30:02.536Z||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-02-21T04:30:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:30:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:30:02.537Z||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-02-21T04:30:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:30:12.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:30:12.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:31:02.536Z||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-02-21T04:31:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:31:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:31:02.537Z||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-02-21T04:31:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:31:03.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:03.162Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:03.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5c6d684-0379-4c02-ab6d-b6033f079f5a","serviceName":"vFW 2022-02-21 04-28-19","serviceVersion":"1.0","serviceUUID":"062425e6-10de-4262-8de6-1c0d530c830c","serviceDescription":"catalog service description","serviceInvariantUUID":"d3321f5f-eb30-4aac-85b2-9d33339e86b4","resources":[{"resourceInstanceName":"vFW 79dc3352-628b 0","resourceName":"vFW 79dc3352-628b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f2ee9e6-65ef-4d69-91dc-d690caae4388","resourceInvariantUUID":"7eda5377-bf1c-4bb1-81fd-1984f3949199","resourceCustomizationUUID":"2d048496-3e4a-4a80-b63b-32ee8b71e584","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml","artifactChecksum":"ZTI4MjA2ZWE5NDhjNmY3OGYxNjJlMGQxMTRhZDE0NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"215f44ce-1186-4a12-8dcf-f634a02600b8","artifactVersion":"1"},{"artifactName":"vfw79dc3352628b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json","artifactChecksum":"YmJhODhmM2I1YWQ5MDg4MzBiYzI4NjJmZTczNTBlODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d90df4de-0284-47cd-9be6-c834ba514445","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2510b467-9930-4cbc-9694-71573885bb38","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml","artifactChecksum":"MGEyMThhYjc3M2VjYWUwMjMyMDdjODZlNDNmMWVlMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5ee9b2f-67d2-4dd4-9742-d2881f4b83b9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"422387a2-ada1-4c37-b000-2f252c76eb63","artifactVersion":"2","generatedFromUUID":"2510b467-9930-4cbc-9694-71573885bb38"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221042819-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml","artifactChecksum":"YzFkOGYzMjM4Zjc0NjkyZmIxMjZiNzUwNmM5M2JjYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c27a668-d813-4bb0-96f6-da389b28be10","artifactVersion":"1"},{"artifactName":"service-Vfw20220221042819-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar","artifactChecksum":"MTU4NGYzY2IyNzc4NDQzMTkxODc5MTc2ZTdhMmU2MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8c42fad-1558-41cf-a6e7-a7282452ca05","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T04:31:03.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417817174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.171Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:03.175Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:03.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417820909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417818560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645417816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.182Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417826280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.183Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417817174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417820909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417818560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645417816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417826280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417817174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417820909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417818560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645417816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417826280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417817174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417820909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417818560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645417816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417826280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417817174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417820909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417818560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645417816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417826280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417817174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417820909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417818560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645417816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417830820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417826280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417817174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417820909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645417816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417818560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417830820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417826280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417833317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417833335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417830820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417834040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "cds",
  "timestamp": 1645417834350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-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-02-21T04:31:03.283Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-21T04:31:03.285Z||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-02-21T04:31:03.285Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-21T04:31:03.297Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:03.297Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T04:31:03.339Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.353Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:03.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417834380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417830820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417835072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417835427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417830820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417836082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417830820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417836502,
  "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-02-21T04:31:03.387Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.387Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:03.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "aai-ml",
  "timestamp": 1645417837086,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T04:31:03.398Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.398Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:03.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645417837506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417830820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417838714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417839721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "policy-id",
  "timestamp": 1645417840726,
  "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-02-21T04:31:03.413Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.413Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417844289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417844289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417844289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417847591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417844289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417844289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417849599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417844289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "clamp",
  "timestamp": 1645417850603,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:31:03.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.429Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T04:31:03.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417844289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417852061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417856469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645417857472,
  "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-02-21T04:31:03.442Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.442Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:04.188Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:04.188Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:04.189Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:04.189Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:31:04.289Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:04.290Z||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-02-21T04:31:04.290Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:04.300Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:04.300Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:05.189Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:05.190Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:05.191Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:05.191Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:31:05.292Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:05.292Z||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-02-21T04:31:05.292Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:05.303Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:05.303Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:31:06.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:06.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:06.194Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:06.194Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:06.294Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:06.295Z||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-02-21T04:31:06.295Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:06.305Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:06.306Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:07.194Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:07.195Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:07.197Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:07.197Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:31:07.297Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:07.297Z||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-02-21T04:31:07.297Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:07.307Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:07.307Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:08.197Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:08.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:08.199Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:08.199Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:31:08.299Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:08.300Z||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-02-21T04:31:08.300Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:08.311Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:08.311Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:09.200Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:09.200Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:09.201Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:09.202Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:31:09.302Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:09.302Z||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-02-21T04:31:09.302Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:09.313Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:09.313Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:10.203Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "serviceName": "vFW 2022-02-21 04-28-19",
  "serviceVersion": "1.0",
  "serviceUUID": "062425e6-10de-4262-8de6-1c0d530c830c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d3321f5f-eb30-4aac-85b2-9d33339e86b4",
  "resources": [
    {
      "resourceInstanceName": "vFW 79dc3352-628b 0",
      "resourceCustomizationUUID": "2d048496-3e4a-4a80-b63b-32ee8b71e584",
      "resourceName": "vFW 79dc3352-628b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f2ee9e6-65ef-4d69-91dc-d690caae4388",
      "resourceInvariantUUID": "7eda5377-bf1c-4bb1-81fd-1984f3949199",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw79dc3352628b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
          "artifactChecksum": "YmJhODhmM2I1YWQ5MDg4MzBiYzI4NjJmZTczNTBlODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d90df4de-0284-47cd-9be6-c834ba514445",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2510b467-9930-4cbc-9694-71573885bb38",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "422387a2-ada1-4c37-b000-2f252c76eb63",
            "generatedFromUUID": "2510b467-9930-4cbc-9694-71573885bb38"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "422387a2-ada1-4c37-b000-2f252c76eb63",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221042819-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
      "artifactChecksum": "MTU4NGYzY2IyNzc4NDQzMTkxODc5MTc2ZTdhMmU2MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d8c42fad-1558-41cf-a6e7-a7282452ca05"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T04:31:10.204Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T04:31:10.204Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 062425e6-10de-4262-8de6-1c0d530c830c ASDC
2022-02-21T04:31:10.282Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d5c6d684-0379-4c02-ab6d-b6033f079f5a
ServiceName:vFW 2022-02-21 04-28-19
ServiceVersion:1.0
ServiceUUID:062425e6-10de-4262-8de6-1c0d530c830c
ServiceInvariantUUID:d3321f5f-eb30-4aac-85b2-9d33339e86b4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221042819-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
ArtifactUUID:d8c42fad-1558-41cf-a6e7-a7282452ca05
ArtifactChecksum:MTU4NGYzY2IyNzc4NDQzMTkxODc5MTc2ZTdhMmU2MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 79dc3352-628b 0
ResourceCustomizationUUID:2d048496-3e4a-4a80-b63b-32ee8b71e584
ResourceInvariantUUID:7eda5377-bf1c-4bb1-81fd-1984f3949199
ResourceName:vFW 79dc3352-628b
ResourceType:VF
ResourceUUID:2f2ee9e6-65ef-4d69-91dc-d690caae4388
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw79dc3352628b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
ArtifactUUID:d90df4de-0284-47cd-9be6-c834ba514445
ArtifactChecksum:YmJhODhmM2I1YWQ5MDg4MzBiYzI4NjJmZTczNTBlODY=
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/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
ArtifactUUID:2510b467-9930-4cbc-9694-71573885bb38
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/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
ArtifactUUID:422387a2-ada1-4c37-b000-2f252c76eb63
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/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
ArtifactUUID:422387a2-ada1-4c37-b000-2f252c76eb63
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T04:31:10.283Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 062425e6-10de-4262-8de6-1c0d530c830c 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-02-21T04:31:10.320Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:31:10.320Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-21T04:31:10.321Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-21T04:31:10.321Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d8c42fad-1558-41cf-a6e7-a7282452ca05 from URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:10.321Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-21T04:31:10.322Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:10.689Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-21T04:31:10.705Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar d8c42fad-1558-41cf-a6e7-a7282452ca05 98908
2022-02-21T04:31:10.706Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar ASDC sendASDCNotification
2022-02-21T04:31:10.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:10.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:31:10.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:10.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:10.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417870706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:10.810Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:10.811Z||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-02-21T04:31:10.811Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:10.821Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:10.822Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:11.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:31:11.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-21T04:31:11.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d8c42fad-1558-41cf-a6e7-a7282452ca05, URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar to file: /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:11.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221042819-csar.csar
2022-02-21T04:31:11.767Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:11.767Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:12.220Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5374869851444090328/Definitions/service-Vfw20220221042819-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_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-21T04:31:14.670Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 79dc3352-628b 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-21T04:31:14.697Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.698Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.701Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.701Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-21T04:31:14.702Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:31:14.703Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.703Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.703Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.704Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-21T04:31:14.704Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:31:14.704Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.704Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:31:14.709Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.709Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.709Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a8a75753-0316-4cc1-9b30-2cdc58855c66
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ba02504-fa07-43a9-a374-2a736b493cd3
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df71cf63-dd7d-499b-bba2-48f8be2f6e90
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.716Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 04-28-19
Description:catalog service description
Model UUID:062425e6-10de-4262-8de6-1c0d530c830c
Model Version:NULL
Model InvariantUuid:d3321f5f-eb30-4aac-85b2-9d33339e86b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 79dc3352-628b
Model UUID:56486dfb-2316-4632-9320-d1973b4c0ac0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7eda5377-bf1c-4bb1-81fd-1984f3949199
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2d048496-3e4a-4a80-b63b-32ee8b71e584
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3f532546-aa49-45f6-b37e-abf6b151a178
ModelName:Vfw79dc3352628b..base_vfw..module-0
ModelUuid:83eae935-6b17-4608-9737-16cd18d70301
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a8a75753-0316-4cc1-9b30-2cdc58855c66
ModelInvariantUuid:accd10da-7c4b-4738-b5de-b79bac6bf466
ModelName:vFW 79dc3352-628b-nodes.vfwCvfc
ModelUuid:771b8adc-202a-4959-aaef-43150e7805a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d113d2d1-043f-42e3-98c5-7c2d7ae8a0c7
ModelInvariantUuid:298960b0-7793-46d3-bd8a-fafc8707928c
ModelName:Vfw79dc3352628b.compute.nodes.heat.vfw
ModelUuid:83e88ae3-838f-4a85-b899-c9f2b091a8c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0ba02504-fa07-43a9-a374-2a736b493cd3
ModelInvariantUuid:0969afbd-3514-4f9b-998e-38d26fef348b
ModelName:vFW 79dc3352-628b-nodes.vsnCvfc
ModelUuid:5fbab997-9fe1-4e6d-ae95-4bf4710d2412
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:40e5d8c6-c4b1-4310-9cec-d6007158b011
ModelInvariantUuid:0970237b-be11-49e4-b787-7a6c3954f308
ModelName:Vfw79dc3352628b.compute.nodes.heat.vsn
ModelUuid:694e28fb-4b6d-44e6-9015-b604a9ddb5da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:df71cf63-dd7d-499b-bba2-48f8be2f6e90
ModelInvariantUuid:8d649c7f-8331-4721-b9a5-8deb15f6b903
ModelName:vFW 79dc3352-628b-nodes.vpgCvfc
ModelUuid:a413aca5-3de2-49f4-82b1-46dcf039032f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7c440cef-f946-4990-beb5-01f4cd3590dc
ModelInvariantUuid:1cf40740-9a4e-488e-b1ea-069d0fff42d4
ModelName:Vfw79dc3352628b.compute.nodes.heat.vpg
ModelUuid:d924f2ae-3b41-4cec-ae3f-e9305a0b570c
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-02-21T04:31:14.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f2ee9e6-65ef-4d69-91dc-d690caae4388
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-02-21T04:31:14.788Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||vFW 79dc3352-628b 0
2022-02-21T04:31:14.793Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f2ee9e6-65ef-4d69-91dc-d690caae4388
2022-02-21T04:31:14.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d90df4de-0284-47cd-9be6-c834ba514445 from URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
2022-02-21T04:31:14.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-21T04:31:14.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json d90df4de-0284-47cd-9be6-c834ba514445 785
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json ASDC sendASDCNotification
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:31:15.085Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:15.086Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:15.086Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417875084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:15.187Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:31:15.187Z||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-02-21T04:31:15.187Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:15.198Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:15.198Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:31:16.087Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw79dc3352628b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3f532546-aa49-45f6-b37e-abf6b151a178",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83eae935-6b17-4608-9737-16cd18d70301",
    "vfModuleModelCustomizationUUID": "350c3f12-512b-4c90-aed6-625543c3de77",
    "isBase": true,
    "artifacts": [
      "2510b467-9930-4cbc-9694-71573885bb38",
      "422387a2-ada1-4c37-b000-2f252c76eb63"
    ],
    "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-02-21T04:31:16.099Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79dc3352628b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83eae935-6b17-4608-9737-16cd18d70301
VfModuleModelInvariantUUID:3f532546-aa49-45f6-b37e-abf6b151a178
VfModuleModelDescription:NULL
Artifacts UUID List:{
2510b467-9930-4cbc-9694-71573885bb38
,
422387a2-ada1-4c37-b000-2f252c76eb63

}
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-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw79dc3352628b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3f532546-aa49-45f6-b37e-abf6b151a178",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83eae935-6b17-4608-9737-16cd18d70301",
    "vfModuleModelCustomizationUUID": "350c3f12-512b-4c90-aed6-625543c3de77",
    "isBase": true,
    "artifacts": [
      "2510b467-9930-4cbc-9694-71573885bb38",
      "422387a2-ada1-4c37-b000-2f252c76eb63"
    ],
    "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-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79dc3352628b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83eae935-6b17-4608-9737-16cd18d70301
VfModuleModelInvariantUUID:3f532546-aa49-45f6-b37e-abf6b151a178
VfModuleModelDescription:NULL
Artifacts UUID List:{
2510b467-9930-4cbc-9694-71573885bb38
,
422387a2-ada1-4c37-b000-2f252c76eb63

}
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-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2510b467-9930-4cbc-9694-71573885bb38 from URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
2022-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
2022-02-21T04:31:16.394Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-21T04:31:16.394Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml 2510b467-9930-4cbc-9694-71573885bb38 20368
2022-02-21T04:31:16.395Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:31:16.395Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
2022-02-21T04:31:16.395Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:31:16.395Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:16.396Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:16.397Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417876395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:16.497Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:16.497Z||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-02-21T04:31:16.497Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:16.508Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:16.508Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:17.397Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 422387a2-ada1-4c37-b000-2f252c76eb63 from URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
2022-02-21T04:31:17.398Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-21T04:31:17.398Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
2022-02-21T04:31:17.505Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-21T04:31:17.505Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env 422387a2-ada1-4c37-b000-2f252c76eb63 2098
2022-02-21T04:31:17.505Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:31:17.506Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
2022-02-21T04:31:17.506Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:31:17.506Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:17.508Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:17.508Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417877505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:31:17.608Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:17.609Z||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-02-21T04:31:17.609Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:17.620Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:17.620Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:18.509Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 062425e6-10de-4262-8de6-1c0d530c830c
2022-02-21T04:31:18.510Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 79dc3352-628b 0 2f2ee9e6-65ef-4d69-91dc-d690caae4388 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-02-21T04:31:18.533Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@443eda43, org.onap.sdc.toscaparser.api.parameters.Input@62a2f789, org.onap.sdc.toscaparser.api.parameters.Input@5964da79, org.onap.sdc.toscaparser.api.parameters.Input@7ee801c0, org.onap.sdc.toscaparser.api.parameters.Input@4cb6309c]
2022-02-21T04:31:18.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.537Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.537Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-02-21T04:31:18.537Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2d048496-3e4a-4a80-b63b-32ee8b71e584
2022-02-21T04:31:18.537Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d048496-3e4a-4a80-b63b-32ee8b71e584 matches Tosca VF Customization UUID: 2d048496-3e4a-4a80-b63b-32ee8b71e584
2022-02-21T04:31:18.538Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2d048496-3e4a-4a80-b63b-32ee8b71e584  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-02-21T04:31:18.542Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.542Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.543Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2d048496-3e4a-4a80-b63b-32ee8b71e584: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T04:31:18.544Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ae44faa
2022-02-21T04:31:18.544Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.544Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:31:18.545Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 350c3f12-512b-4c90-aed6-625543c3de77
2022-02-21T04:31:18.546Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 350c3f12-512b-4c90-aed6-625543c3de77
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-02-21T04:31:18.550Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.550Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.551Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.551Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.551Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.552Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.552Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.552Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:18.552Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.555Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a8a75753-0316-4cc1-9b30-2cdc58855c66
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-02-21T04:31:18.559Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.559Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.559Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.560Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.560Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:18.560Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:18.560Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.563Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ba02504-fa07-43a9-a374-2a736b493cd3
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-02-21T04:31:18.564Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.564Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.564Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.566Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.568Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.568Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.568Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:18.568Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df71cf63-dd7d-499b-bba2-48f8be2f6e90
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-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.572Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=2d048496-3e4a-4a80-b63b-32ee8b71e584
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-02-21T04:31:18.573Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.573Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.573Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 062425e6-10de-4262-8de6-1c0d530c830c: vFW 79dc3352-628b
2022-02-21T04:31:18.573Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.575Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.575Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.575Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:31:18.575Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.576Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-02-21 04-28-19 
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-02-21T04:31:18.722Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 79dc3352-628b 2f2ee9e6-65ef-4d69-91dc-d690caae4388 1 ASDC deployResourceStructure
2022-02-21T04:31:18.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json ASDC sendASDCNotification
2022-02-21T04:31:18.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
2022-02-21T04:31:18.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:31:18.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:18.725Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:18.725Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417878723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:31:18.825Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:18.826Z||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-02-21T04:31:18.826Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:18.837Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:18.837Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:19.725Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:31:19.726Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
2022-02-21T04:31:19.726Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:31:19.726Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:19.728Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:19.728Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417879725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:31:19.828Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:19.828Z||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-02-21T04:31:19.829Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:19.840Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:19.840Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:20.728Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:31:20.729Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
2022-02-21T04:31:20.729Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:31:20.729Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:20.730Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:20.731Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417880728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:31:20.831Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:20.831Z||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-02-21T04:31:20.831Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:20.842Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:20.843Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:21.731Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar ASDC sendASDCNotification
2022-02-21T04:31:21.732Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:21.732Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:31:21.732Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:21.734Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:21.734Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417881731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:31:21.834Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:21.834Z||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-02-21T04:31:21.834Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:21.846Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:31:21.846Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:22.735Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5c6d684-0379-4c02-ab6d-b6033f079f5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:31:22.750Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5c6d684-0379-4c02-ab6d-b6033f079f5a
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-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:31:22.758Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T04:31:52.758Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:52.766Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5c6d684-0379-4c02-ab6d-b6033f079f5a and serviceModelVersionId: 062425e6-10de-4262-8de6-1c0d530c830c
2022-02-21T04:31:52.766Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3321f5f-eb30-4aac-85b2-9d33339e86b4
2022-02-21T04:32:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:32:02.538Z||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-02-21T04:32:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:32:02.659Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:32:02.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:32:02.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:32:02.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:32:03.977Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0
2022-02-21T04:32:04.067Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-21T04:32:04.666Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Invoke
2022-02-21T04:32:04.673Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89964941-7094-4bcb-9015-f5536c93b059], X-ECOMP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-TransactionId=[], X-ONAP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], Content-Type=[application/merge-patch+json]}
2022-02-21T04:32:06.226Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Invoke
2022-02-21T04:32:06.226Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8cd7c8b-f46a-4ce8-a76e-6678c9286be1], X-ECOMP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-TransactionId=[], X-ONAP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], Content-Type=[application/merge-patch+json]}
2022-02-21T04:32:07.758Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Invoke
2022-02-21T04:32:07.759Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37486d20-4475-44b0-bf47-aa8eb0ee97a9], X-ECOMP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-TransactionId=[], X-ONAP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], Content-Type=[application/merge-patch+json]}
2022-02-21T04:32:08.793Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:32:08.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T04:32:08.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:32:08.795Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T04:32:08.798Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|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-02-21T04:32:08.804Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5c6d684-0379-4c02-ab6d-b6033f079f5a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:32:08.805Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T04:32:08.805Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:32:08.807Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:32:08.807Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417928804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:32:08.907Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:32:08.908Z||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-02-21T04:32:08.908Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:32:08.919Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:32:08.920Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-02-21T04:32:09.824Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:32:09.825Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:32:09.825Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:32:19.363Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:33:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:33:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:33:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:33:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:33:02.537Z||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-02-21T04:33:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:33:02.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:33:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417862536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417870706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417875084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417876395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417877505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417878723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417879725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417880728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417881731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:12.092Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:34:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:34:02.536Z||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-02-21T04:34:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:34:02.538Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:34:02.538Z||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-02-21T04:34:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:34:03.060Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:34:03.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:34:03.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645417928804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:34:03.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:34:12.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:35:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:35:02.536Z||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-02-21T04:35:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:35:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:35:02.538Z||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-02-21T04:35:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:35:12.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:35:12.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:36:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:36:02.536Z||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-02-21T04:36:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:36:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:36:02.537Z||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-02-21T04:36:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:36:12.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:36:12.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:37:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:37:02.536Z||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-02-21T04:37:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:37:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:37:02.537Z||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-02-21T04:37:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:37:12.084Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:37:12.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:38:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:38:02.536Z||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-02-21T04:38:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:38:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:38:02.537Z||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-02-21T04:38:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:38:12.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:38:12.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:39:02.536Z||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-02-21T04:39:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:39:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:39:02.537Z||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-02-21T04:39:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:39:03.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:03.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e194aeb-cef0-42a1-9bac-5b1767511a09","serviceName":"vFW 2022-02-21 04-37-24","serviceVersion":"1.0","serviceUUID":"63b92a5e-02da-4648-bb24-fa48956bfd67","serviceDescription":"catalog service description","serviceInvariantUUID":"5e59e566-468b-4f5e-bd8f-5c095f54c5cb","resources":[{"resourceInstanceName":"vFW d07af45e-2ecd 0","resourceName":"vFW d07af45e-2ecd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2a5ffda-4979-45a3-9a10-c1875fa09e54","resourceInvariantUUID":"72ed95f9-62bf-4d8c-a233-3fb9e785e772","resourceCustomizationUUID":"84a3516f-57e8-4deb-8a40-e6252e3ad01d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5YThhNDJkYmE5YmI1MmMzNTlmZmMxMTVlOWUyYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfc975e0-8029-4e9f-a38a-97edd6d8d154","artifactVersion":"1"},{"artifactName":"vfwd07af45e2ecd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json","artifactChecksum":"N2MwZDhiZGExYTYwMThlZmYwOWJjMDNiYjZlYjEwNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"489cb991-1df8-4561-aa7b-6106dd9f8e0e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d533b062-a7e2-4285-8575-02f18d54a575","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml","artifactChecksum":"YjgwY2NiN2YwOWM1ZTM4YmNlOGMzNTgyMjdkYjI3M2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d0de8f9-ed08-46d3-9a40-2b9f5916784b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"801edec7-f461-4f2f-b394-a1051a16b548","artifactVersion":"2","generatedFromUUID":"d533b062-a7e2-4285-8575-02f18d54a575"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221043724-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml","artifactChecksum":"ZTY2NmI3NTU0ZGY0OGNkNjMzN2E3NTNlNmZjNDJjMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a714585-f754-4942-a582-b5d8ecbe97f8","artifactVersion":"1"},{"artifactName":"service-Vfw20220221043724-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar","artifactChecksum":"MDlhMWIyMWY2OGY2NWExMDBiYzcyZTg2NGRiNzQxODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a6f6d71-6871-4e06-bc75-6db5680f4384","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T04:39:03.161Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:03.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.163Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:03.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418306280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.163Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418300909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418310820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418306280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.165Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.165Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418300909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418310820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418306280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418300909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418310820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418306280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418300909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418313560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418310820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418306280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418300909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418313560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418310820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418306280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418300909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418313560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418310820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418306280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418300909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418313560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418310820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418316899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418317711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418317881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418313560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418316899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418318716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418318801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418319098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418313560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418316899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418319720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418319804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418313560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418320389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418316899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "aai-ml",
  "timestamp": 1645418320723,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:39:03.188Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.188Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "policy-id",
  "timestamp": 1645418320806,
  "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-02-21T04:39:03.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.201Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418321414,
  "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-02-21T04:39:03.214Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.214Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418316899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418321795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418322417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418316899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "cds",
  "timestamp": 1645418322801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-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-02-21T04:39:03.225Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418316899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418324289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418324289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418324289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418327174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418324289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418327174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418324289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418327174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418324289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418327174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418324289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418327174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418332020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418327174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418327174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418334701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:39:03.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418335704,
  "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-02-21T04:39:03.241Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.241Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.265Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:03.265Z||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-02-21T04:39:03.265Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:03.275Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:03.275Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:04.165Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:04.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:04.168Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:04.168Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:39:04.268Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:04.268Z||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-02-21T04:39:04.268Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:04.279Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:04.279Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:05.168Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:05.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:05.170Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:05.170Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:39:05.270Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:05.271Z||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-02-21T04:39:05.271Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:05.280Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:05.281Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:06.171Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:06.171Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:06.172Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:06.173Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:06.273Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:06.274Z||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-02-21T04:39:06.274Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:06.285Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:06.285Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:07.173Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:07.174Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:07.175Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:07.175Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:39:07.275Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:07.276Z||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-02-21T04:39:07.276Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:07.285Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:07.286Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:08.176Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:08.176Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:08.177Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:08.178Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:39:08.278Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:08.278Z||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-02-21T04:39:08.278Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:08.287Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:08.287Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:09.178Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:09.179Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:09.180Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:09.180Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:39:09.280Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:09.282Z||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-02-21T04:39:09.282Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:09.293Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:09.293Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:39:10.181Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "serviceName": "vFW 2022-02-21 04-37-24",
  "serviceVersion": "1.0",
  "serviceUUID": "63b92a5e-02da-4648-bb24-fa48956bfd67",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5e59e566-468b-4f5e-bd8f-5c095f54c5cb",
  "resources": [
    {
      "resourceInstanceName": "vFW d07af45e-2ecd 0",
      "resourceCustomizationUUID": "84a3516f-57e8-4deb-8a40-e6252e3ad01d",
      "resourceName": "vFW d07af45e-2ecd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a2a5ffda-4979-45a3-9a10-c1875fa09e54",
      "resourceInvariantUUID": "72ed95f9-62bf-4d8c-a233-3fb9e785e772",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd07af45e2ecd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
          "artifactChecksum": "N2MwZDhiZGExYTYwMThlZmYwOWJjMDNiYjZlYjEwNjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "489cb991-1df8-4561-aa7b-6106dd9f8e0e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d533b062-a7e2-4285-8575-02f18d54a575",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "801edec7-f461-4f2f-b394-a1051a16b548",
            "generatedFromUUID": "d533b062-a7e2-4285-8575-02f18d54a575"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "801edec7-f461-4f2f-b394-a1051a16b548",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221043724-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
      "artifactChecksum": "MDlhMWIyMWY2OGY2NWExMDBiYzcyZTg2NGRiNzQxODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5a6f6d71-6871-4e06-bc75-6db5680f4384"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T04:39:10.182Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T04:39:10.182Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 63b92a5e-02da-4648-bb24-fa48956bfd67 ASDC
2022-02-21T04:39:10.183Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0e194aeb-cef0-42a1-9bac-5b1767511a09
ServiceName:vFW 2022-02-21 04-37-24
ServiceVersion:1.0
ServiceUUID:63b92a5e-02da-4648-bb24-fa48956bfd67
ServiceInvariantUUID:5e59e566-468b-4f5e-bd8f-5c095f54c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221043724-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
ArtifactUUID:5a6f6d71-6871-4e06-bc75-6db5680f4384
ArtifactChecksum:MDlhMWIyMWY2OGY2NWExMDBiYzcyZTg2NGRiNzQxODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d07af45e-2ecd 0
ResourceCustomizationUUID:84a3516f-57e8-4deb-8a40-e6252e3ad01d
ResourceInvariantUUID:72ed95f9-62bf-4d8c-a233-3fb9e785e772
ResourceName:vFW d07af45e-2ecd
ResourceType:VF
ResourceUUID:a2a5ffda-4979-45a3-9a10-c1875fa09e54
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd07af45e2ecd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
ArtifactUUID:489cb991-1df8-4561-aa7b-6106dd9f8e0e
ArtifactChecksum:N2MwZDhiZGExYTYwMThlZmYwOWJjMDNiYjZlYjEwNjQ=
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/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
ArtifactUUID:d533b062-a7e2-4285-8575-02f18d54a575
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/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
ArtifactUUID:801edec7-f461-4f2f-b394-a1051a16b548
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/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
ArtifactUUID:801edec7-f461-4f2f-b394-a1051a16b548
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T04:39:10.183Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63b92a5e-02da-4648-bb24-fa48956bfd67 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-02-21T04:39:10.223Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:39:10.224Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-21T04:39:10.224Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-21T04:39:10.224Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5a6f6d71-6871-4e06-bc75-6db5680f4384 from URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:10.225Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-21T04:39:10.225Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:10.577Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-21T04:39:10.581Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar 5a6f6d71-6871-4e06-bc75-6db5680f4384 98926
2022-02-21T04:39:10.581Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar ASDC sendASDCNotification
2022-02-21T04:39:10.582Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:10.582Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:39:10.582Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:10.584Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:10.584Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418350581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:10.684Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:10.684Z||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-02-21T04:39:10.684Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:10.695Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:10.695Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:11.584Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:39:11.585Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-21T04:39:11.585Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5a6f6d71-6871-4e06-bc75-6db5680f4384, URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar to file: /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:11.585Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221043724-csar.csar
2022-02-21T04:39:11.586Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:11.586Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:11.734Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14384143452696557516/Definitions/service-Vfw20220221043724-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-21T04:39:13.618Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-21T04:39:13.618Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-21T04:39:13.618Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|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-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|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-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|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-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d07af45e-2ecd 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|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-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14e3d7f2-d225-461e-a70e-aed72309b1d5
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d5f64122-183c-4634-add7-e57cf7aa651d
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7b1f6ab-4450-42a6-82ce-be765d043eac
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 04-37-24
Description:catalog service description
Model UUID:63b92a5e-02da-4648-bb24-fa48956bfd67
Model Version:NULL
Model InvariantUuid:5e59e566-468b-4f5e-bd8f-5c095f54c5cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d07af45e-2ecd
Model UUID:50da5326-30eb-424a-9e49-15d7eb519000
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72ed95f9-62bf-4d8c-a233-3fb9e785e772
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:84a3516f-57e8-4deb-8a40-e6252e3ad01d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f
ModelName:VfwD07af45e2ecd..base_vfw..module-0
ModelUuid:c1f84264-5d5e-45d3-814b-92a23471defc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:14e3d7f2-d225-461e-a70e-aed72309b1d5
ModelInvariantUuid:71c34ed4-531a-449f-b91d-c6ea6934ed41
ModelName:vFW d07af45e-2ecd-nodes.vfwCvfc
ModelUuid:bcd03106-6243-4168-911b-33420c901f7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:70f1e81b-f53e-4d36-8ed3-4d1ba7772f15
ModelInvariantUuid:58c4d4fd-260a-479a-bc1a-2967a6198ef9
ModelName:VfwD07af45e2ecd.compute.nodes.heat.vfw
ModelUuid:9e4f22ee-1119-480c-9147-f7cbe925ad6a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d5f64122-183c-4634-add7-e57cf7aa651d
ModelInvariantUuid:af6e87a1-616a-4b9c-97a8-768b6bc3f0fe
ModelName:vFW d07af45e-2ecd-nodes.vsnCvfc
ModelUuid:033871bb-b876-4bfe-b9bf-2b2a61b11d2e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c00b7365-793d-48f7-9fdf-49f23d18d298
ModelInvariantUuid:337a9ba1-eee2-42a0-99cc-4f5a1e74b389
ModelName:VfwD07af45e2ecd.compute.nodes.heat.vsn
ModelUuid:a4ec0dff-cbc1-4c7a-8cb1-973d5c79eaa8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e7b1f6ab-4450-42a6-82ce-be765d043eac
ModelInvariantUuid:85bfc8b6-7c60-43a0-ab47-c339b1b6009c
ModelName:vFW d07af45e-2ecd-nodes.vpgCvfc
ModelUuid:038eea52-2b09-4826-b6c7-3c0fd64a146f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0e1c01d6-9d8d-4f5f-bb3e-356808a508d3
ModelInvariantUuid:2c4320d4-8918-4419-a3c6-2ff8e4bf2dd8
ModelName:VfwD07af45e2ecd.compute.nodes.heat.vpg
ModelUuid:4f313e92-8311-452d-b081-1fce2dacc61f
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-02-21T04:39:13.633Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a2a5ffda-4979-45a3-9a10-c1875fa09e54
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-02-21T04:39:13.634Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||vFW d07af45e-2ecd 0
2022-02-21T04:39:13.634Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2a5ffda-4979-45a3-9a10-c1875fa09e54
2022-02-21T04:39:13.635Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 489cb991-1df8-4561-aa7b-6106dd9f8e0e from URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
2022-02-21T04:39:13.635Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-21T04:39:13.635Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
2022-02-21T04:39:13.885Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-21T04:39:13.885Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json 489cb991-1df8-4561-aa7b-6106dd9f8e0e 785
2022-02-21T04:39:13.885Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json ASDC sendASDCNotification
2022-02-21T04:39:13.886Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
2022-02-21T04:39:13.886Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:39:13.886Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:13.887Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:13.887Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418353885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:13.988Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:13.988Z||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-02-21T04:39:13.988Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:13.999Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:13.999Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:14.888Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD07af45e2ecd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1f84264-5d5e-45d3-814b-92a23471defc",
    "vfModuleModelCustomizationUUID": "a22fae23-e256-448f-b70f-c28d63ed57f9",
    "isBase": true,
    "artifacts": [
      "d533b062-a7e2-4285-8575-02f18d54a575",
      "801edec7-f461-4f2f-b394-a1051a16b548"
    ],
    "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-02-21T04:39:14.892Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD07af45e2ecd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1f84264-5d5e-45d3-814b-92a23471defc
VfModuleModelInvariantUUID:bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d533b062-a7e2-4285-8575-02f18d54a575
,
801edec7-f461-4f2f-b394-a1051a16b548

}
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-02-21T04:39:14.893Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD07af45e2ecd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1f84264-5d5e-45d3-814b-92a23471defc",
    "vfModuleModelCustomizationUUID": "a22fae23-e256-448f-b70f-c28d63ed57f9",
    "isBase": true,
    "artifacts": [
      "d533b062-a7e2-4285-8575-02f18d54a575",
      "801edec7-f461-4f2f-b394-a1051a16b548"
    ],
    "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-02-21T04:39:14.893Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD07af45e2ecd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1f84264-5d5e-45d3-814b-92a23471defc
VfModuleModelInvariantUUID:bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d533b062-a7e2-4285-8575-02f18d54a575
,
801edec7-f461-4f2f-b394-a1051a16b548

}
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-02-21T04:39:14.893Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d533b062-a7e2-4285-8575-02f18d54a575 from URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
2022-02-21T04:39:14.893Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-21T04:39:14.894Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
2022-02-21T04:39:15.181Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml d533b062-a7e2-4285-8575-02f18d54a575 20368
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:15.184Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:15.184Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418355182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:15.284Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:15.285Z||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-02-21T04:39:15.285Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:15.296Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:15.296Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:16.185Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 801edec7-f461-4f2f-b394-a1051a16b548 from URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
2022-02-21T04:39:16.186Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-21T04:39:16.186Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
2022-02-21T04:39:16.487Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-21T04:39:16.487Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env 801edec7-f461-4f2f-b394-a1051a16b548 2098
2022-02-21T04:39:16.487Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:39:16.487Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
2022-02-21T04:39:16.488Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:39:16.488Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:16.489Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:16.489Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418356487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:39:16.589Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:16.590Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T04:39:16.590Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:16.602Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:16.602Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:39:17.490Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 63b92a5e-02da-4648-bb24-fa48956bfd67
2022-02-21T04:39:17.491Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d07af45e-2ecd 0 a2a5ffda-4979-45a3-9a10-c1875fa09e54 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-02-21T04:39:17.502Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@766bc5f, org.onap.sdc.toscaparser.api.parameters.Input@41d81451, org.onap.sdc.toscaparser.api.parameters.Input@5b707819, org.onap.sdc.toscaparser.api.parameters.Input@7f47badd, org.onap.sdc.toscaparser.api.parameters.Input@4d71652e]
2022-02-21T04:39:17.503Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.503Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.504Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-02-21T04:39:17.504Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 84a3516f-57e8-4deb-8a40-e6252e3ad01d
2022-02-21T04:39:17.504Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84a3516f-57e8-4deb-8a40-e6252e3ad01d matches Tosca VF Customization UUID: 84a3516f-57e8-4deb-8a40-e6252e3ad01d
2022-02-21T04:39:17.504Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 84a3516f-57e8-4deb-8a40-e6252e3ad01d  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-02-21T04:39:17.505Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.505Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 84a3516f-57e8-4deb-8a40-e6252e3ad01d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d74dfab
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a22fae23-e256-448f-b70f-c28d63ed57f9
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a22fae23-e256-448f-b70f-c28d63ed57f9
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-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:17.510Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.510Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:17.510Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.510Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14e3d7f2-d225-461e-a70e-aed72309b1d5
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-02-21T04:39:17.511Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.511Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.511Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.511Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d5f64122-183c-4634-add7-e57cf7aa651d
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-02-21T04:39:17.514Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.514Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.514Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.514Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7b1f6ab-4450-42a6-82ce-be765d043eac
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-02-21T04:39:17.517Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.517Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.517Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.517Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.518Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.518Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=84a3516f-57e8-4deb-8a40-e6252e3ad01d
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-02-21T04:39:17.518Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 63b92a5e-02da-4648-bb24-fa48956bfd67: vFW d07af45e-2ecd
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-02-21 04-37-24 
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-02-21T04:39:17.602Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d07af45e-2ecd a2a5ffda-4979-45a3-9a10-c1875fa09e54 1 ASDC deployResourceStructure
2022-02-21T04:39:17.603Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json ASDC sendASDCNotification
2022-02-21T04:39:17.603Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
2022-02-21T04:39:17.603Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:39:17.603Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:17.605Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:17.605Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418357603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:39:17.705Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:39:17.706Z||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-02-21T04:39:17.706Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:17.716Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:17.717Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:18.606Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:39:18.607Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
2022-02-21T04:39:18.607Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:39:18.607Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:18.608Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:18.608Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418358606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:39:18.708Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:18.709Z||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-02-21T04:39:18.709Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:18.720Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:18.720Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:19.609Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:39:19.609Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
2022-02-21T04:39:19.609Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:39:19.609Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:19.611Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:19.611Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418359609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:39:19.711Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:19.712Z||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-02-21T04:39:19.712Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:19.723Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:19.723Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:20.612Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar ASDC sendASDCNotification
2022-02-21T04:39:20.612Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:20.612Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:39:20.613Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:20.614Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:20.615Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418360612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:39:20.715Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:20.715Z||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-02-21T04:39:20.715Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:20.726Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:20.726Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:21.615Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e194aeb-cef0-42a1-9bac-5b1767511a09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:39:21.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e194aeb-cef0-42a1-9bac-5b1767511a09
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-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:39:21.631Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T04:39:51.631Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:51.636Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e194aeb-cef0-42a1-9bac-5b1767511a09 and serviceModelVersionId: 63b92a5e-02da-4648-bb24-fa48956bfd67
2022-02-21T04:39:51.636Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e59e566-468b-4f5e-bd8f-5c095f54c5cb
2022-02-21T04:39:51.637Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0
2022-02-21T04:39:51.641Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-21T04:39:51.676Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|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/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?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-02-21T04:39:51.677Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Invoke
2022-02-21T04:39:53.198Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?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-02-21T04:39:53.199Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Invoke
2022-02-21T04:39:54.734Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?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-02-21T04:39:54.735Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Invoke
2022-02-21T04:39:55.769Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:39:55.769Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T04:39:55.770Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:39:55.770Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T04:39:55.773Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-02-21T04:39:55.773Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e194aeb-cef0-42a1-9bac-5b1767511a09 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:39:55.773Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T04:39:55.773Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:55.775Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:55.775Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418395773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:39:55.875Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:55.876Z||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-02-21T04:39:55.876Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:55.890Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:39:55.891Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-21T04:40:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:40:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:40:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:40:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:40:02.537Z||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-02-21T04:40:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:40:02.656Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:40:02.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:40:02.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:40:02.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:40:12.077Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:41:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:41:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:41:02.537Z||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-02-21T04:41:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:41:02.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418347663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418342536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418349671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418350581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "clamp",
  "timestamp": 1645418350673,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:41:02.574Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:41:02.575Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T04:41:02.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418353885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418355182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418356487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418357603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418358606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418359609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418360612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418395773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:41:02.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:03.161Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:03.162Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||received message from topic
2022-02-21T04:41:03.162Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8187fe35-13a6-4383-9815-77c31b114c8d","serviceName":"vFW 2022-02-21 04-39-28","serviceVersion":"1.0","serviceUUID":"c4a117d2-69c7-4605-9c5c-8afafc2dcfa6","serviceDescription":"catalog service description","serviceInvariantUUID":"25da2cc6-2976-449c-a446-726502c5bfff","resources":[{"resourceInstanceName":"vFW 2f422173-2517 0","resourceName":"vFW 2f422173-2517","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"36ea00c5-7636-4df7-8762-c07bb773f6d9","resourceInvariantUUID":"0a1bc2e2-6535-4f6e-b92f-e75a2269b476","resourceCustomizationUUID":"ab00ca79-ebf8-4ade-8147-da5b747568dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml","artifactChecksum":"MGRhMjVkYWM5MzdiNTRkNWY2ZGU4YzM1ZGEzYmMxNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2bd83068-0e18-42f6-bab9-547578df92ed","artifactVersion":"1"},{"artifactName":"vfw2f42217325170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json","artifactChecksum":"YzZmNTYwYWFhZjMyNTczYWZlOGQ4ZTQ0N2I2ODBmNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81006205-c539-44b9-8e80-e4338c23c9f6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b05fab8-a463-4387-b546-e3e81fb08812","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml","artifactChecksum":"NzQzODkyODc3MWVjYTVhNGQ4ZjY4ZjYyN2FiNGU1YjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15fad631-9dea-46f9-b1e2-741ab7e53144","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"867c578b-93e9-448d-9d18-1c1b3ba78617","artifactVersion":"2","generatedFromUUID":"4b05fab8-a463-4387-b546-e3e81fb08812"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221043928-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml","artifactChecksum":"MzdlZDkxNjEwZmViMjljMmZmYmIwYWVlMjlkZjY1NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fc1b5e5-d40d-4cea-bb22-03a96e15d51d","artifactVersion":"1"},{"artifactName":"service-Vfw20220221043928-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar","artifactChecksum":"NGIzMTRjYWYwMDkzNDA2Mjk3NWZkN2YzMWNiN2Q4YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T04:41:03.164Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:03.164Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:03.165Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:03.165Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:41:03.265Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:03.266Z||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-02-21T04:41:03.266Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:03.278Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:03.278Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:04.166Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:04.166Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:04.168Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:04.168Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:41:04.268Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:04.269Z||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-02-21T04:41:04.269Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:04.279Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:04.279Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:05.168Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:05.169Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:05.170Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:05.170Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:41:05.270Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:05.271Z||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-02-21T04:41:05.271Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:05.281Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:05.281Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:06.171Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:06.171Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:06.173Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:06.173Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:41:06.273Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:06.274Z||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-02-21T04:41:06.274Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:06.284Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:06.284Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:07.173Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:07.174Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:07.175Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:07.175Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:41:07.276Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:07.276Z||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-02-21T04:41:07.276Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:07.286Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:07.286Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:08.176Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:08.176Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:08.178Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:08.178Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:41:08.278Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:08.278Z||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-02-21T04:41:08.279Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:08.286Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:08.287Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:09.178Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:09.179Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:09.180Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:09.180Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:41:09.281Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:09.281Z||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-02-21T04:41:09.281Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:09.295Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:09.295Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:10.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "serviceName": "vFW 2022-02-21 04-39-28",
  "serviceVersion": "1.0",
  "serviceUUID": "c4a117d2-69c7-4605-9c5c-8afafc2dcfa6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25da2cc6-2976-449c-a446-726502c5bfff",
  "resources": [
    {
      "resourceInstanceName": "vFW 2f422173-2517 0",
      "resourceCustomizationUUID": "ab00ca79-ebf8-4ade-8147-da5b747568dc",
      "resourceName": "vFW 2f422173-2517",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "36ea00c5-7636-4df7-8762-c07bb773f6d9",
      "resourceInvariantUUID": "0a1bc2e2-6535-4f6e-b92f-e75a2269b476",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2f42217325170_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
          "artifactChecksum": "YzZmNTYwYWFhZjMyNTczYWZlOGQ4ZTQ0N2I2ODBmNzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81006205-c539-44b9-8e80-e4338c23c9f6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b05fab8-a463-4387-b546-e3e81fb08812",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "867c578b-93e9-448d-9d18-1c1b3ba78617",
            "generatedFromUUID": "4b05fab8-a463-4387-b546-e3e81fb08812"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "867c578b-93e9-448d-9d18-1c1b3ba78617",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221043928-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
      "artifactChecksum": "NGIzMTRjYWYwMDkzNDA2Mjk3NWZkN2YzMWNiN2Q4YjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T04:41:10.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T04:41:10.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4a117d2-69c7-4605-9c5c-8afafc2dcfa6 ASDC
2022-02-21T04:41:10.182Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8187fe35-13a6-4383-9815-77c31b114c8d
ServiceName:vFW 2022-02-21 04-39-28
ServiceVersion:1.0
ServiceUUID:c4a117d2-69c7-4605-9c5c-8afafc2dcfa6
ServiceInvariantUUID:25da2cc6-2976-449c-a446-726502c5bfff
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221043928-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
ArtifactUUID:e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc
ArtifactChecksum:NGIzMTRjYWYwMDkzNDA2Mjk3NWZkN2YzMWNiN2Q4YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2f422173-2517 0
ResourceCustomizationUUID:ab00ca79-ebf8-4ade-8147-da5b747568dc
ResourceInvariantUUID:0a1bc2e2-6535-4f6e-b92f-e75a2269b476
ResourceName:vFW 2f422173-2517
ResourceType:VF
ResourceUUID:36ea00c5-7636-4df7-8762-c07bb773f6d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2f42217325170_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
ArtifactUUID:81006205-c539-44b9-8e80-e4338c23c9f6
ArtifactChecksum:YzZmNTYwYWFhZjMyNTczYWZlOGQ4ZTQ0N2I2ODBmNzk=
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/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
ArtifactUUID:4b05fab8-a463-4387-b546-e3e81fb08812
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/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
ArtifactUUID:867c578b-93e9-448d-9d18-1c1b3ba78617
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/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
ArtifactUUID:867c578b-93e9-448d-9d18-1c1b3ba78617
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T04:41:10.183Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4a117d2-69c7-4605-9c5c-8afafc2dcfa6 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-02-21T04:41:10.203Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to download the artifact UUID: e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc from URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:10.676Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:41:10.680Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc 98924
2022-02-21T04:41:10.680Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar ASDC sendASDCNotification
2022-02-21T04:41:10.680Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:10.681Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:41:10.681Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:10.682Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:10.682Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418470680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:10.783Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:10.783Z||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-02-21T04:41:10.783Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:10.792Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:10.792Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:11.683Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:41:11.684Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:41:11.684Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to write artifact UUID: e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc, URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar to file: /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:11.684Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221043928-csar.csar
2022-02-21T04:41:11.685Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:11.685Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:11.976Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14279193674462515273/Definitions/service-Vfw20220221043928-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_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-21T04:41:13.439Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||####################################################################################################
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2f422173-2517 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||####################################################################################################
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23422660-3fee-4861-a081-25da3001f068
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b9e59280-3bc4-4587-8a00-960ba47e8544
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cc4d44d-5d3d-48a7-afe4-1485a3d1aef1
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 04-39-28
Description:catalog service description
Model UUID:c4a117d2-69c7-4605-9c5c-8afafc2dcfa6
Model Version:NULL
Model InvariantUuid:25da2cc6-2976-449c-a446-726502c5bfff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2f422173-2517
Model UUID:7b3ea0e0-8c87-4a42-a39a-99f8648021fa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a1bc2e2-6535-4f6e-b92f-e75a2269b476
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab00ca79-ebf8-4ade-8147-da5b747568dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:610b5003-41b1-47e1-a073-1c731956b24d
ModelName:Vfw2f4221732517..base_vfw..module-0
ModelUuid:ce35e282-bcc3-44f3-a7a7-eed9cdb79386
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:23422660-3fee-4861-a081-25da3001f068
ModelInvariantUuid:3f67a2ba-551a-41af-a669-7a784d360b9c
ModelName:vFW 2f422173-2517-nodes.vfwCvfc
ModelUuid:a8e19867-de0f-4024-88ce-898d2be4ef69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:80c4864f-5e72-4d85-8d5e-23a336775648
ModelInvariantUuid:66601ed4-cc34-4d0b-ae02-8a5e76d89f38
ModelName:Vfw2f4221732517.compute.nodes.heat.vfw
ModelUuid:db0df6e8-20c7-4110-8933-f6434ac8ecfb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b9e59280-3bc4-4587-8a00-960ba47e8544
ModelInvariantUuid:eeb2dc1f-3d4d-4632-a45b-bcc13a223f6e
ModelName:vFW 2f422173-2517-nodes.vsnCvfc
ModelUuid:33acdbe2-f240-4afa-ad38-5e95910d45f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6425bcfe-2310-4dbc-ae69-a2c4acafe2dc
ModelInvariantUuid:3a7034da-10d6-47d5-851e-a19fdf5303e6
ModelName:Vfw2f4221732517.compute.nodes.heat.vsn
ModelUuid:15319e8a-704c-433f-80d8-2962e6b8b630
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5cc4d44d-5d3d-48a7-afe4-1485a3d1aef1
ModelInvariantUuid:2e652f9f-07d1-43f5-8d1c-d3a7e8045d07
ModelName:vFW 2f422173-2517-nodes.vpgCvfc
ModelUuid:2158004c-03bd-4a1d-93b4-77a6d30d5c4e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:62240aad-197a-4468-bbe2-3b05a2007c83
ModelInvariantUuid:8ab1c07b-de95-462a-a7ec-e36f1b3986f2
ModelName:Vfw2f4221732517.compute.nodes.heat.vpg
ModelUuid:e4353152-5d41-473f-9c16-53c61a6e8c7e
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-02-21T04:41:13.451Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 36ea00c5-7636-4df7-8762-c07bb773f6d9
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-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||vFW 2f422173-2517 0
2022-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 36ea00c5-7636-4df7-8762-c07bb773f6d9
2022-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to download the artifact UUID: 81006205-c539-44b9-8e80-e4338c23c9f6 from URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
2022-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
2022-02-21T04:41:13.881Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:41:13.881Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json 81006205-c539-44b9-8e80-e4338c23c9f6 785
2022-02-21T04:41:13.881Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json ASDC sendASDCNotification
2022-02-21T04:41:13.882Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
2022-02-21T04:41:13.882Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:41:13.882Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:13.883Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:13.883Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418473881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:13.984Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:41:13.984Z||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-02-21T04:41:13.984Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:13.996Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:13.997Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:14.884Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2f4221732517..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "610b5003-41b1-47e1-a073-1c731956b24d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ce35e282-bcc3-44f3-a7a7-eed9cdb79386",
    "vfModuleModelCustomizationUUID": "4365620d-f632-4663-8612-ab2360556767",
    "isBase": true,
    "artifacts": [
      "4b05fab8-a463-4387-b546-e3e81fb08812",
      "867c578b-93e9-448d-9d18-1c1b3ba78617"
    ],
    "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-02-21T04:41:14.887Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2f4221732517..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce35e282-bcc3-44f3-a7a7-eed9cdb79386
VfModuleModelInvariantUUID:610b5003-41b1-47e1-a073-1c731956b24d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b05fab8-a463-4387-b546-e3e81fb08812
,
867c578b-93e9-448d-9d18-1c1b3ba78617

}
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-02-21T04:41:14.888Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2f4221732517..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "610b5003-41b1-47e1-a073-1c731956b24d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ce35e282-bcc3-44f3-a7a7-eed9cdb79386",
    "vfModuleModelCustomizationUUID": "4365620d-f632-4663-8612-ab2360556767",
    "isBase": true,
    "artifacts": [
      "4b05fab8-a463-4387-b546-e3e81fb08812",
      "867c578b-93e9-448d-9d18-1c1b3ba78617"
    ],
    "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-02-21T04:41:14.889Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2f4221732517..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce35e282-bcc3-44f3-a7a7-eed9cdb79386
VfModuleModelInvariantUUID:610b5003-41b1-47e1-a073-1c731956b24d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b05fab8-a463-4387-b546-e3e81fb08812
,
867c578b-93e9-448d-9d18-1c1b3ba78617

}
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-02-21T04:41:14.889Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to download the artifact UUID: 4b05fab8-a463-4387-b546-e3e81fb08812 from URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
2022-02-21T04:41:14.889Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:41:14.889Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
2022-02-21T04:41:15.092Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:41:15.092Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml 4b05fab8-a463-4387-b546-e3e81fb08812 20368
2022-02-21T04:41:15.093Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:41:15.093Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
2022-02-21T04:41:15.093Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:41:15.093Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:15.095Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:15.095Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418475093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:15.195Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:15.196Z||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-02-21T04:41:15.196Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:15.206Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:15.206Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:16.096Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to download the artifact UUID: 867c578b-93e9-448d-9d18-1c1b3ba78617 from URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
2022-02-21T04:41:16.096Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:41:16.096Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
2022-02-21T04:41:16.380Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:41:16.380Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env 867c578b-93e9-448d-9d18-1c1b3ba78617 2098
2022-02-21T04:41:16.380Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:41:16.381Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
2022-02-21T04:41:16.381Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:41:16.381Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:16.382Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:16.382Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418476380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:41:16.482Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:16.483Z||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-02-21T04:41:16.483Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:16.494Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:16.494Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:17.383Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Preparing to deploy Service: c4a117d2-69c7-4605-9c5c-8afafc2dcfa6
2022-02-21T04:41:17.383Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2f422173-2517 0 36ea00c5-7636-4df7-8762-c07bb773f6d9 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-02-21T04:41:17.392Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f4879ca, org.onap.sdc.toscaparser.api.parameters.Input@2bec81ca, org.onap.sdc.toscaparser.api.parameters.Input@3f41830c, org.onap.sdc.toscaparser.api.parameters.Input@36a89af1, org.onap.sdc.toscaparser.api.parameters.Input@4ad223c7]
2022-02-21T04:41:17.392Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.393Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:17.393Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VF Category is: Generic 
2022-02-21T04:41:17.393Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VFCustomizationUUID= ab00ca79-ebf8-4ade-8147-da5b747568dc
2022-02-21T04:41:17.393Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab00ca79-ebf8-4ade-8147-da5b747568dc matches Tosca VF Customization UUID: ab00ca79-ebf8-4ade-8147-da5b747568dc
2022-02-21T04:41:17.393Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||vfCustomizationUUID: ab00ca79-ebf8-4ade-8147-da5b747568dc  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-02-21T04:41:17.394Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.394Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:17.395Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||resource request for resource customization id ab00ca79-ebf8-4ade-8147-da5b747568dc: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T04:41:17.395Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4498d8f7
2022-02-21T04:41:17.395Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.395Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:41:17.395Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4365620d-f632-4663-8612-ab2360556767
2022-02-21T04:41:17.395Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4365620d-f632-4663-8612-ab2360556767
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-02-21T04:41:17.396Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:17.397Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:17.398Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23422660-3fee-4861-a081-25da3001f068
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-02-21T04:41:17.399Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.399Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:17.400Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:17.401Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:41:17.401Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:41:17.401Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:41:17.401Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:17.401Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:41:17.401Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:17.401Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b9e59280-3bc4-4587-8a00-960ba47e8544
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-02-21T04:41:17.402Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.402Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:17.402Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:17.402Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:41:17.403Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:41:17.404Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:17.404Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:17.404Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:41:17.404Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cc4d44d-5d3d-48a7-afe4-1485a3d1aef1
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-02-21T04:41:17.405Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.405Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:17.405Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:17.405Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.405Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:17.405Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=ab00ca79-ebf8-4ade-8147-da5b747568dc
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-02-21T04:41:17.406Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.406Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:17.406Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500|| resourceSeq for service uuid c4a117d2-69c7-4605-9c5c-8afafc2dcfa6: vFW 2f422173-2517
2022-02-21T04:41:17.406Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.406Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:17.407Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Saving Service: vFW 2022-02-21 04-39-28 
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-02-21T04:41:17.481Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2f422173-2517 36ea00c5-7636-4df7-8762-c07bb773f6d9 1 ASDC deployResourceStructure
2022-02-21T04:41:17.481Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json ASDC sendASDCNotification
2022-02-21T04:41:17.481Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
2022-02-21T04:41:17.481Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:41:17.482Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:17.483Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:17.483Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418477481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:17.583Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:17.584Z||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-02-21T04:41:17.584Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:17.595Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:17.595Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:18.484Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:41:18.484Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
2022-02-21T04:41:18.484Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:41:18.484Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:18.486Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:18.486Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418478483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:18.586Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:18.587Z||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-02-21T04:41:18.587Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:18.597Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:18.598Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:19.487Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:41:19.487Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
2022-02-21T04:41:19.487Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:41:19.487Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:19.489Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:19.489Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418479487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:19.589Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:19.589Z||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-02-21T04:41:19.589Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:19.600Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:19.600Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:20.490Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar ASDC sendASDCNotification
2022-02-21T04:41:20.490Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:20.490Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:41:20.490Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:20.491Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:20.491Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418480489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:41:20.592Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:20.592Z||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-02-21T04:41:20.592Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:20.602Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:41:20.602Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:41:21.492Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8187fe35-13a6-4383-9815-77c31b114c8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:41:21.500Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8187fe35-13a6-4383-9815-77c31b114c8d
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-02-21T04:41:21.501Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:41:21.502Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T04:41:21.502Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T04:41:51.502Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8187fe35-13a6-4383-9815-77c31b114c8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:41:51.509Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8187fe35-13a6-4383-9815-77c31b114c8d
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-02-21T04:41:51.511Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:41:51.511Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T04:41:51.511Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T04:42:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:42:02.538Z||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-02-21T04:42:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:42:02.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:42:02.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418426280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418430820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418426280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418430820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418426280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418430820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418433560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418426280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418430820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418433560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418426280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418430820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418433560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418426280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418430820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418433560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418436899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418426280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418430820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418433560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418436899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418438804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418438801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418433560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418436899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418439809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418439804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418433560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418436899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418440812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "policy-id",
  "timestamp": 1645418440806,
  "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-02-21T04:42:02.576Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8187fe35-13a6-4383-9815-77c31b114c8d
2022-02-21T04:42:02.576Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8187fe35-13a6-4383-9815-77c31b114c8d 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-02-21T04:42:02.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418436899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418441692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "aai-ml",
  "timestamp": 1645418441815,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T04:42:02.592Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8187fe35-13a6-4383-9815-77c31b114c8d
2022-02-21T04:42:02.592Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8187fe35-13a6-4383-9815-77c31b114c8d 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-02-21T04:42:02.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418436899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "cds",
  "timestamp": 1645418442696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-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-02-21T04:42:02.604Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8187fe35-13a6-4383-9815-77c31b114c8d
2022-02-21T04:42:02.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8187fe35-13a6-4383-9815-77c31b114c8d 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-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418436899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418444289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418444289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418444289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418447174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418444289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418448615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418447174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418444289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418449672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418447174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418444289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418450714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418447174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418444289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418451740,
  "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-02-21T04:42:02.619Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8187fe35-13a6-4383-9815-77c31b114c8d
2022-02-21T04:42:02.619Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8187fe35-13a6-4383-9815-77c31b114c8d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T04:42:02.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418447174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418452019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:42:02.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418452744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418447174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418447174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418454839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T04:42:02.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418455842,
  "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-02-21T04:42:02.631Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8187fe35-13a6-4383-9815-77c31b114c8d
2022-02-21T04:42:02.631Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8187fe35-13a6-4383-9815-77c31b114c8d 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-02-21T04:42:21.512Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8187fe35-13a6-4383-9815-77c31b114c8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:42:21.520Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8187fe35-13a6-4383-9815-77c31b114c8d
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-02-21T04:42:21.523Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:42:21.523Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T04:42:21.523Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T04:42:21.523Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T04:42:21.523Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T04:42:21.523Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:42:21.527Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T04:42:51.527Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8187fe35-13a6-4383-9815-77c31b114c8d 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-02-21T04:42:51.532Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8187fe35-13a6-4383-9815-77c31b114c8d and serviceModelVersionId: c4a117d2-69c7-4605-9c5c-8afafc2dcfa6
2022-02-21T04:42:51.532Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25da2cc6-2976-449c-a446-726502c5bfff
2022-02-21T04:42:51.533Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0
2022-02-21T04:42:51.536Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-21T04:42:51.568Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Invoke
2022-02-21T04:42:51.568Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[497b5df9-492d-4a99-b0a3-80b38e58fc72], X-ECOMP-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], X-TransactionId=[], X-ONAP-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], Content-Type=[application/merge-patch+json]}
2022-02-21T04:42:53.102Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Invoke
2022-02-21T04:42:53.103Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1a9982d-4a64-487e-9e3d-aa3d3e864b7c], X-ECOMP-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], X-TransactionId=[], X-ONAP-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], Content-Type=[application/merge-patch+json]}
2022-02-21T04:42:54.639Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Invoke
2022-02-21T04:42:54.639Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a5f6f836-d51a-4620-8eb3-ef4a994ddf18], X-ECOMP-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], X-TransactionId=[], X-ONAP-RequestID=[8187fe35-13a6-4383-9815-77c31b114c8d], Content-Type=[application/merge-patch+json]}
2022-02-21T04:42:55.673Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:42:55.673Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T04:42:55.674Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:42:55.674Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T04:42:55.676Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|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-02-21T04:42:55.676Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8187fe35-13a6-4383-9815-77c31b114c8d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:42:55.676Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T04:42:55.677Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:42:55.678Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:42:55.678Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418575676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:42:55.778Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:42:55.779Z||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-02-21T04:42:55.779Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:42:55.793Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:42:55.794Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-21T04:42:56.690Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:42:56.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:42:56.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:43:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:43:02.538Z||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-02-21T04:43:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:43:02.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:43:02.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418463682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:43:02.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:43:02.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418465690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:43:02.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:43:02.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:43:02.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "clamp",
  "timestamp": 1645418466692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:43:02.572Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8187fe35-13a6-4383-9815-77c31b114c8d
2022-02-21T04:43:02.572Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8187fe35-13a6-4383-9815-77c31b114c8d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T04:43:02.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:43:02.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:43:02.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418462536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418470680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418473881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418475093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418476380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418477481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418478483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418479487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418480489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:43:02.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:43:06.233Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:43:06.233Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:43:06.234Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:43:06.234Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:43:15.772Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:44:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:44:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:44:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:44:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:44:02.537Z||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-02-21T04:44:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:44:03.057Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:44:03.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T04:44:03.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418575676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:44:03.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:44:12.079Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:45:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:45:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:45:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:45:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:45:02.537Z||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-02-21T04:45:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:45:12.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:45:12.081Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:46:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:46:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:46:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:46:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:46:02.538Z||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-02-21T04:46:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:46:12.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:46:12.080Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:47:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:47:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:47:02.537Z||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-02-21T04:47:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:47:03.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:03.162Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:03.163Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||received message from topic
2022-02-21T04:47:03.163Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ab9c8e61-3d9c-4975-9b14-045414bdcffa","serviceName":"vFW 2022-02-21 04-45-31","serviceVersion":"1.0","serviceUUID":"68dfc9af-c129-4cb9-b02b-b37eb46f6b83","serviceDescription":"catalog service description","serviceInvariantUUID":"3edbc232-6089-41cb-b59b-63e2a30ccfa2","resources":[{"resourceInstanceName":"vFW 0483cbc3-3c2a 0","resourceName":"vFW 0483cbc3-3c2a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7dd93d4f-b66d-45aa-8f0e-7b8601b00776","resourceInvariantUUID":"9362dc9b-9219-4607-9223-ae9c2b271af5","resourceCustomizationUUID":"826e7392-d93b-420e-82d7-bb262e4f7ca0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml","artifactChecksum":"NDNjNmY2ZWUwMDA1ZDkwZDg0ZmUwN2YwNjEwN2IyMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0573d5e4-35f7-4c28-a877-aacfd193f820","artifactVersion":"1"},{"artifactName":"vfw0483cbc33c2a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json","artifactChecksum":"ZmIyOTJjNmQzNGU2NzA5ZDY1MmRiNWM5YzZlNDJkMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd7f058a-a3dd-4c14-a991-b603fcd5fcf5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml","artifactChecksum":"NjZhMDcwMTg1NDE4ZmI2YjNiMDlhODdlYzRlOTQ0Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a07b172-8ae9-42a5-8e61-e7d99fc7f627","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c8b5148b-a86a-4c22-bc5a-bf18f18f3132","artifactVersion":"2","generatedFromUUID":"9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221044531-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml","artifactChecksum":"NzlmZjI1NmY1OWZlYjU4MWZkY2U5ZDQwZGZjZWNiZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79dacf0f-a05d-4b95-ad81-25aaf0218f5d","artifactVersion":"1"},{"artifactName":"service-Vfw20220221044531-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar","artifactChecksum":"ODM2YWViYzExZjhlZTM0MjExZDMzYjFmMjRjYWFmM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d19b06b5-63d1-4513-a3eb-9c3f0cf51372","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T04:47:03.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418780909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418786280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418780909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418790820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418786280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418780909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418790820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418786280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418780909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418790820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418786280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418793560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418780909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418790820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418786280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.166Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418793560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.167Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418780909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418790820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418786280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418793560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418780909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418790820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418786280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418793560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.168Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418790820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.168Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418796899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418797790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418797809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418793560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418796899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418798704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418798815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418799085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418793560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418796899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418799708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418799818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418793560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418800380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418796899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "policy-id",
  "timestamp": 1645418800711,
  "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-02-21T04:47:03.184Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab9c8e61-3d9c-4975-9b14-045414bdcffa
2022-02-21T04:47:03.184Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9c8e61-3d9c-4975-9b14-045414bdcffa 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-02-21T04:47:03.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "aai-ml",
  "timestamp": 1645418800822,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T04:47:03.195Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ab9c8e61-3d9c-4975-9b14-045414bdcffa
2022-02-21T04:47:03.195Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9c8e61-3d9c-4975-9b14-045414bdcffa 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-02-21T04:47:03.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418801404,
  "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-02-21T04:47:03.206Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab9c8e61-3d9c-4975-9b14-045414bdcffa
2022-02-21T04:47:03.206Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9c8e61-3d9c-4975-9b14-045414bdcffa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T04:47:03.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418801497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:03.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418796899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645418802408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:47:03.212Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "cds",
  "timestamp": 1645418802502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-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-02-21T04:47:03.216Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab9c8e61-3d9c-4975-9b14-045414bdcffa
2022-02-21T04:47:03.216Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9c8e61-3d9c-4975-9b14-045414bdcffa 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-02-21T04:47:03.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418796899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645418796899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418804289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418804289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418804289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418807174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418804289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418807174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418804289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418807174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418804289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418807174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418804289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418807174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418812019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:03.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418807174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418807174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418814674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645418815676,
  "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-02-21T04:47:03.230Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab9c8e61-3d9c-4975-9b14-045414bdcffa
2022-02-21T04:47:03.230Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9c8e61-3d9c-4975-9b14-045414bdcffa 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-02-21T04:47:03.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:47:03.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418821749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:03.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:47:03.268Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:03.269Z||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-02-21T04:47:03.269Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:03.279Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:03.279Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:04.169Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:47:04.170Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:04.171Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:04.171Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:47:04.272Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T04:47:04.272Z||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-02-21T04:47:04.272Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:04.282Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:04.283Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:05.172Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:47:05.172Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:05.174Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:05.174Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:47:05.274Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:05.275Z||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-02-21T04:47:05.275Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:05.285Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:05.285Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:06.174Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:47:06.175Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:06.177Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:06.177Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:06.277Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:06.278Z||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-02-21T04:47:06.278Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:06.288Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:06.288Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:07.178Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:47:07.178Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:07.180Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:07.180Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:47:07.280Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:07.281Z||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-02-21T04:47:07.281Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:07.292Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:07.292Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:08.183Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:47:08.186Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:08.189Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:08.189Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:47:08.290Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:08.291Z||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-02-21T04:47:08.291Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:08.301Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:08.301Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:09.190Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:47:09.191Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:09.192Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:09.193Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:47:09.293Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:09.293Z||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-02-21T04:47:09.293Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:09.304Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:09.304Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:10.194Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "serviceName": "vFW 2022-02-21 04-45-31",
  "serviceVersion": "1.0",
  "serviceUUID": "68dfc9af-c129-4cb9-b02b-b37eb46f6b83",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3edbc232-6089-41cb-b59b-63e2a30ccfa2",
  "resources": [
    {
      "resourceInstanceName": "vFW 0483cbc3-3c2a 0",
      "resourceCustomizationUUID": "826e7392-d93b-420e-82d7-bb262e4f7ca0",
      "resourceName": "vFW 0483cbc3-3c2a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7dd93d4f-b66d-45aa-8f0e-7b8601b00776",
      "resourceInvariantUUID": "9362dc9b-9219-4607-9223-ae9c2b271af5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0483cbc33c2a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
          "artifactChecksum": "ZmIyOTJjNmQzNGU2NzA5ZDY1MmRiNWM5YzZlNDJkMjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd7f058a-a3dd-4c14-a991-b603fcd5fcf5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c8b5148b-a86a-4c22-bc5a-bf18f18f3132",
            "generatedFromUUID": "9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c8b5148b-a86a-4c22-bc5a-bf18f18f3132",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221044531-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
      "artifactChecksum": "ODM2YWViYzExZjhlZTM0MjExZDMzYjFmMjRjYWFmM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d19b06b5-63d1-4513-a3eb-9c3f0cf51372"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T04:47:10.194Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T04:47:10.194Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68dfc9af-c129-4cb9-b02b-b37eb46f6b83 ASDC
2022-02-21T04:47:10.194Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ab9c8e61-3d9c-4975-9b14-045414bdcffa
ServiceName:vFW 2022-02-21 04-45-31
ServiceVersion:1.0
ServiceUUID:68dfc9af-c129-4cb9-b02b-b37eb46f6b83
ServiceInvariantUUID:3edbc232-6089-41cb-b59b-63e2a30ccfa2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221044531-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar
ArtifactUUID:d19b06b5-63d1-4513-a3eb-9c3f0cf51372
ArtifactChecksum:ODM2YWViYzExZjhlZTM0MjExZDMzYjFmMjRjYWFmM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0483cbc3-3c2a 0
ResourceCustomizationUUID:826e7392-d93b-420e-82d7-bb262e4f7ca0
ResourceInvariantUUID:9362dc9b-9219-4607-9223-ae9c2b271af5
ResourceName:vFW 0483cbc3-3c2a
ResourceType:VF
ResourceUUID:7dd93d4f-b66d-45aa-8f0e-7b8601b00776
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0483cbc33c2a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json
ArtifactUUID:fd7f058a-a3dd-4c14-a991-b603fcd5fcf5
ArtifactChecksum:ZmIyOTJjNmQzNGU2NzA5ZDY1MmRiNWM5YzZlNDJkMjY=
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/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml
ArtifactUUID:9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1
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/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env
ArtifactUUID:c8b5148b-a86a-4c22-bc5a-bf18f18f3132
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/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env
ArtifactUUID:c8b5148b-a86a-4c22-bc5a-bf18f18f3132
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T04:47:10.195Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68dfc9af-c129-4cb9-b02b-b37eb46f6b83 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-02-21T04:47:10.224Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:47:10.225Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:47:10.225Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:47:10.225Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Trying to download the artifact UUID: d19b06b5-63d1-4513-a3eb-9c3f0cf51372 from URL: /sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:10.225Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:47:10.225Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:10.679Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:47:10.683Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar d19b06b5-63d1-4513-a3eb-9c3f0cf51372 98894
2022-02-21T04:47:10.684Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar ASDC sendASDCNotification
2022-02-21T04:47:10.684Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:10.684Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:47:10.684Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:10.686Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:10.686Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418830684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:10.786Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:10.787Z||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-02-21T04:47:10.787Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:10.796Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:10.797Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:47:11.686Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:47:11.687Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:47:11.688Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Trying to write artifact UUID: d19b06b5-63d1-4513-a3eb-9c3f0cf51372, URL: /sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar to file: /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:11.688Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221044531-csar.csar
2022-02-21T04:47:11.688Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:11.688Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:11.832Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13019306429475165110/Definitions/service-Vfw20220221044531-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-21T04:47:13.250Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T04:47:13.250Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||####################################################################################################
2022-02-21T04:47:13.250Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.250Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|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-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0483cbc3-3c2a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|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-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|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-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.251Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|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-Vfw20220221044531-csar.csar
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||####################################################################################################
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:13.252Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is not matching search criteria
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:47:13.253Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.254Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:47:13.255Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.255Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T04:47:13.255Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.255Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:47:13.255Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.255Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:13.255Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:47:13.255Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is not matching search criteria
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:47:13.256Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b0ef075-3c72-42b3-85ce-0d2a8736af82
2022-02-21T04:47:13.257Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is not matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:47:13.258Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36be1ece-0a01-40f8-b414-7d935bb30d44
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is not matching search criteria
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:47:13.259Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2133c46b-7710-4634-9c01-3f5d065e7b5f
2022-02-21T04:47:13.260Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.261Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:13.261Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.261Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:13.261Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.261Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:13.261Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:13.261Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:13.261Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 04-45-31
Description:catalog service description
Model UUID:68dfc9af-c129-4cb9-b02b-b37eb46f6b83
Model Version:NULL
Model InvariantUuid:3edbc232-6089-41cb-b59b-63e2a30ccfa2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0483cbc3-3c2a
Model UUID:4bbc1f35-be79-4428-8613-211ce02560a8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9362dc9b-9219-4607-9223-ae9c2b271af5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:826e7392-d93b-420e-82d7-bb262e4f7ca0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:669aab12-1aa7-42ea-96c4-8ab476e2cf4e
ModelName:Vfw0483cbc33c2a..base_vfw..module-0
ModelUuid:836c8b56-3bf5-4fc6-b1b8-aee61105ef12
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b0ef075-3c72-42b3-85ce-0d2a8736af82
ModelInvariantUuid:e169f72a-1b17-4345-8351-0cf5a92f3d87
ModelName:vFW 0483cbc3-3c2a-nodes.vfwCvfc
ModelUuid:bb51ecc1-cf95-46c8-8642-bdc22c329369
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d32e5b93-6ff8-4e70-a5de-a734f30447ed
ModelInvariantUuid:e3ea1d10-0f2d-44a3-a2ed-c004b95a7afd
ModelName:Vfw0483cbc33c2a.compute.nodes.heat.vfw
ModelUuid:99566cfb-ab06-4052-b314-30984cb08513
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:36be1ece-0a01-40f8-b414-7d935bb30d44
ModelInvariantUuid:e8fc9b27-710b-4e39-a2ad-7016625db0fa
ModelName:vFW 0483cbc3-3c2a-nodes.vsnCvfc
ModelUuid:69927512-c872-4484-a037-98b5f3ee99b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ff1beaf7-4439-4c2d-8e79-b6cb86a3dd41
ModelInvariantUuid:44e9513d-228c-465c-8b08-523a78897103
ModelName:Vfw0483cbc33c2a.compute.nodes.heat.vsn
ModelUuid:17a51d46-b297-493b-9c29-44a8a64cc7c9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2133c46b-7710-4634-9c01-3f5d065e7b5f
ModelInvariantUuid:380f4425-fd59-4129-8303-4aa0304565ee
ModelName:vFW 0483cbc3-3c2a-nodes.vpgCvfc
ModelUuid:3b92287f-b420-4173-b95d-72c4936ea982
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:467b65d4-1662-4d23-acc6-0be216f60b68
ModelInvariantUuid:273ab940-7342-49e4-9e70-218c6181dc22
ModelName:Vfw0483cbc33c2a.compute.nodes.heat.vpg
ModelUuid:dc7c3164-d918-4b8e-b87d-067319536626
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-02-21T04:47:13.263Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7dd93d4f-b66d-45aa-8f0e-7b8601b00776
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-02-21T04:47:13.265Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||vFW 0483cbc3-3c2a 0
2022-02-21T04:47:13.265Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7dd93d4f-b66d-45aa-8f0e-7b8601b00776
2022-02-21T04:47:13.265Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Trying to download the artifact UUID: fd7f058a-a3dd-4c14-a991-b603fcd5fcf5 from URL: /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json
2022-02-21T04:47:13.265Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:47:13.265Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json
2022-02-21T04:47:13.583Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:47:13.584Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json fd7f058a-a3dd-4c14-a991-b603fcd5fcf5 785
2022-02-21T04:47:13.584Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json ASDC sendASDCNotification
2022-02-21T04:47:13.584Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json
2022-02-21T04:47:13.584Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:47:13.584Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:13.586Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:13.586Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418833584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:13.686Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:13.687Z||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-02-21T04:47:13.687Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:13.697Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:13.697Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:14.586Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0483cbc33c2a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "669aab12-1aa7-42ea-96c4-8ab476e2cf4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "836c8b56-3bf5-4fc6-b1b8-aee61105ef12",
    "vfModuleModelCustomizationUUID": "0792f862-8ae9-46d6-b50a-2bfe76111220",
    "isBase": true,
    "artifacts": [
      "9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1",
      "c8b5148b-a86a-4c22-bc5a-bf18f18f3132"
    ],
    "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-02-21T04:47:14.589Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0483cbc33c2a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:836c8b56-3bf5-4fc6-b1b8-aee61105ef12
VfModuleModelInvariantUUID:669aab12-1aa7-42ea-96c4-8ab476e2cf4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1
,
c8b5148b-a86a-4c22-bc5a-bf18f18f3132

}
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-02-21T04:47:14.590Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0483cbc33c2a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "669aab12-1aa7-42ea-96c4-8ab476e2cf4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "836c8b56-3bf5-4fc6-b1b8-aee61105ef12",
    "vfModuleModelCustomizationUUID": "0792f862-8ae9-46d6-b50a-2bfe76111220",
    "isBase": true,
    "artifacts": [
      "9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1",
      "c8b5148b-a86a-4c22-bc5a-bf18f18f3132"
    ],
    "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-02-21T04:47:14.590Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0483cbc33c2a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:836c8b56-3bf5-4fc6-b1b8-aee61105ef12
VfModuleModelInvariantUUID:669aab12-1aa7-42ea-96c4-8ab476e2cf4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1
,
c8b5148b-a86a-4c22-bc5a-bf18f18f3132

}
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-02-21T04:47:14.590Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Trying to download the artifact UUID: 9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1 from URL: /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml
2022-02-21T04:47:14.591Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:47:14.591Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml
2022-02-21T04:47:14.797Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:47:14.798Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml 9b5e71ce-cbcc-40d3-bcdf-4fcf60566bd1 20368
2022-02-21T04:47:14.798Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:47:14.798Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml
2022-02-21T04:47:14.798Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:47:14.798Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:14.800Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:14.800Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418834798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:14.900Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:14.900Z||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-02-21T04:47:14.901Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:14.909Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:14.910Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:47:15.800Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Trying to download the artifact UUID: c8b5148b-a86a-4c22-bc5a-bf18f18f3132 from URL: /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env
2022-02-21T04:47:15.801Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:47:15.801Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env
2022-02-21T04:47:16.186Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:47:16.186Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env c8b5148b-a86a-4c22-bc5a-bf18f18f3132 2098
2022-02-21T04:47:16.187Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:47:16.187Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env
2022-02-21T04:47:16.187Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:47:16.188Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:16.189Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:16.190Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418836187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:47:16.289Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:47:16.290Z||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-02-21T04:47:16.290Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:16.300Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:16.300Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:17.190Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Preparing to deploy Service: 68dfc9af-c129-4cb9-b02b-b37eb46f6b83
2022-02-21T04:47:17.191Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0483cbc3-3c2a 0 7dd93d4f-b66d-45aa-8f0e-7b8601b00776 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-02-21T04:47:17.198Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@650bc059, org.onap.sdc.toscaparser.api.parameters.Input@76e3893c, org.onap.sdc.toscaparser.api.parameters.Input@1223e853, org.onap.sdc.toscaparser.api.parameters.Input@2e75c6cb, org.onap.sdc.toscaparser.api.parameters.Input@1547c254]
2022-02-21T04:47:17.199Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.199Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:17.199Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||VF Category is: Generic 
2022-02-21T04:47:17.199Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||VFCustomizationUUID= 826e7392-d93b-420e-82d7-bb262e4f7ca0
2022-02-21T04:47:17.199Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 826e7392-d93b-420e-82d7-bb262e4f7ca0 matches Tosca VF Customization UUID: 826e7392-d93b-420e-82d7-bb262e4f7ca0
2022-02-21T04:47:17.200Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||vfCustomizationUUID: 826e7392-d93b-420e-82d7-bb262e4f7ca0  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-02-21T04:47:17.200Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.201Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:17.201Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||resource request for resource customization id 826e7392-d93b-420e-82d7-bb262e4f7ca0: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T04:47:17.201Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72a8de62
2022-02-21T04:47:17.201Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.201Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:47:17.202Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0792f862-8ae9-46d6-b50a-2bfe76111220
2022-02-21T04:47:17.202Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0792f862-8ae9-46d6-b50a-2bfe76111220
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-02-21T04:47:17.203Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.203Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:17.203Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:47:17.203Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.203Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:17.203Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:47:17.203Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.203Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is not matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:47:17.204Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:17.205Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:47:17.205Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:17.205Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b0ef075-3c72-42b3-85ce-0d2a8736af82
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-02-21T04:47:17.206Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.206Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:17.206Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:47:17.206Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.206Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is not matching search criteria
2022-02-21T04:47:17.206Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:47:17.206Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:17.207Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:47:17.208Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:17.208Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36be1ece-0a01-40f8-b414-7d935bb30d44
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-02-21T04:47:17.208Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.209Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:17.209Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:47:17.209Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.209Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is not matching search criteria
2022-02-21T04:47:17.209Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:47:17.209Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:47:17.209Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:47:17.209Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:47:17.210Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2133c46b-7710-4634-9c01-3f5d065e7b5f
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-02-21T04:47:17.211Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.211Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:17.211Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:47:17.212Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.212Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Node template vFW 0483cbc3-3c2a 0 is matching search criteria
2022-02-21T04:47:17.212Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found topology templates [vFW 0483cbc3-3c2a 0] matching following query criteria: sdcType=VF, customizationUUID=826e7392-d93b-420e-82d7-bb262e4f7ca0
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-02-21T04:47:17.212Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.213Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:17.213Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500|| resourceSeq for service uuid 68dfc9af-c129-4cb9-b02b-b37eb46f6b83: vFW 0483cbc3-3c2a
2022-02-21T04:47:17.213Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.213Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:17.213Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.213Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:17.213Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.213Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:17.214Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.214Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:17.214Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:47:17.214Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Service vFW 2022-02-21 04-45-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:47:17.214Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Saving Service: vFW 2022-02-21 04-45-31 
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-02-21T04:47:17.284Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0483cbc3-3c2a 7dd93d4f-b66d-45aa-8f0e-7b8601b00776 1 ASDC deployResourceStructure
2022-02-21T04:47:17.285Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json ASDC sendASDCNotification
2022-02-21T04:47:17.285Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json
2022-02-21T04:47:17.285Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:47:17.285Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:17.286Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:17.286Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418837285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:47:17.386Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:17.387Z||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-02-21T04:47:17.387Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:17.398Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:17.399Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:18.287Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:47:18.287Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml
2022-02-21T04:47:18.287Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:47:18.288Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:18.289Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:18.289Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418838287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:47:18.389Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:18.390Z||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-02-21T04:47:18.390Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:18.399Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:18.400Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:19.290Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:47:19.290Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env
2022-02-21T04:47:19.290Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:47:19.291Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:19.292Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:19.292Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418839290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:47:19.392Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:19.393Z||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-02-21T04:47:19.393Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:19.403Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:19.403Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:20.293Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar ASDC sendASDCNotification
2022-02-21T04:47:20.293Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar
2022-02-21T04:47:20.293Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:47:20.294Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:20.295Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:20.295Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418840293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:47:20.395Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:20.395Z||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-02-21T04:47:20.396Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:20.406Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:20.406Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:47:21.296Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab9c8e61-3d9c-4975-9b14-045414bdcffa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:47:21.307Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab9c8e61-3d9c-4975-9b14-045414bdcffa
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-02-21T04:47:21.309Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:47:21.309Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T04:47:21.309Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T04:47:21.309Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T04:47:21.309Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T04:47:21.309Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:47:21.314Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T04:47:51.314Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ab9c8e61-3d9c-4975-9b14-045414bdcffa 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-02-21T04:47:51.319Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab9c8e61-3d9c-4975-9b14-045414bdcffa and serviceModelVersionId: 68dfc9af-c129-4cb9-b02b-b37eb46f6b83
2022-02-21T04:47:51.319Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3edbc232-6089-41cb-b59b-63e2a30ccfa2
2022-02-21T04:47:51.320Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0
2022-02-21T04:47:51.324Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-21T04:47:51.355Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?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-02-21T04:47:51.355Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Invoke
2022-02-21T04:47:52.878Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?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-02-21T04:47:52.879Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Invoke
2022-02-21T04:47:54.414Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?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-02-21T04:47:54.415Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Invoke
2022-02-21T04:47:55.449Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:47:55.449Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T04:47:55.449Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:47:55.450Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T04:47:55.453Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|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-02-21T04:47:55.453Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab9c8e61-3d9c-4975-9b14-045414bdcffa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:47:55.453Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T04:47:55.454Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:47:55.455Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:47:55.455Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418875453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:47:55.555Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:47:55.556Z||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-02-21T04:47:55.556Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:47:55.568Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:47:55.568Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 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-02-21T04:48:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:48:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:48:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:48:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:48:02.537Z||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-02-21T04:48:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:48:02.654Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:48:02.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:48:02.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:48:02.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:48:12.074Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:49:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:49:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:49:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:49:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:49:02.537Z||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-02-21T04:49:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:49:03.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:49:03.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418823758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:49:03.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:49:03.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:49:03.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "clamp",
  "timestamp": 1645418824761,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:49:03.065Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab9c8e61-3d9c-4975-9b14-045414bdcffa
2022-02-21T04:49:03.065Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab9c8e61-3d9c-4975-9b14-045414bdcffa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T04:49:03.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418822536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418830684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:49:03.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418833584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418834798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418836187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418837285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/vfw0483cbc33c2a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418838287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418839290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/resourceInstances/vfw0483cbc33c2a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418840293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221044531/1.0/artifacts/service-Vfw20220221044531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:49:03.075Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:03.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T04:49:03.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab9c8e61-3d9c-4975-9b14-045414bdcffa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645418875453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:49:03.075Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:49:12.083Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:50:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:50:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:50:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:50:02.537Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:50:02.537Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:50:02.537Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:50:12.076Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:50:12.104Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:51:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:51:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:51:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:51:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:51:02.537Z||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-02-21T04:51:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:51:12.079Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:51:12.080Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:52:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:52:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:52:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:52:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:52:02.537Z||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-02-21T04:52:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:52:12.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:52:12.079Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:53:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:53:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:53:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:53:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:53:02.537Z||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-02-21T04:53:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:53:12.077Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:53:12.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:54:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:54:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:54:02.538Z||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-02-21T04:54:02.538Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:54:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:54:02.538Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:54:12.083Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:54:12.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:55:02.536Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:55:02.537Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:55:02.537Z||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-02-21T04:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:55:03.043Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:03.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419276899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419273560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419270820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419276899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419273560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419270820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419276899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419273560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419270820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419276899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419273560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419270820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419280909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419276899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419273560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419270820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419280909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419273560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419276899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419270820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419280909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419273560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419276899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419270820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419280909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419284290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419285203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:03.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419285200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419280909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419284290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "cds",
  "timestamp": 1645419286208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-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-02-21T04:55:03.060Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1481f93e-42dd-4505-ba07-b30605903c93
2022-02-21T04:55:03.060Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1481f93e-42dd-4505-ba07-b30605903c93 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-02-21T04:55:03.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419286204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419280909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419284290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "policy-id",
  "timestamp": 1645419287213,
  "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-02-21T04:55:03.067Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1481f93e-42dd-4505-ba07-b30605903c93
2022-02-21T04:55:03.067Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1481f93e-42dd-4505-ba07-b30605903c93 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-02-21T04:55:03.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419280909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419287175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419284290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419288606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419287175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419284290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419289658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419287175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419284290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419290701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419287175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419284290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419291726,
  "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-02-21T04:55:03.075Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1481f93e-42dd-4505-ba07-b30605903c93
2022-02-21T04:55:03.075Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1481f93e-42dd-4505-ba07-b30605903c93 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T04:55:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419287175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419292019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:03.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419292729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419287175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419287175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419294713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419295715,
  "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-02-21T04:55:03.080Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1481f93e-42dd-4505-ba07-b30605903c93
2022-02-21T04:55:03.080Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1481f93e-42dd-4505-ba07-b30605903c93 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-02-21T04:55:03.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419296280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419296280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419296280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419296280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419296280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:55:03.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419296280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:55:03.164Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:03.165Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||received message from topic
2022-02-21T04:55:03.165Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1481f93e-42dd-4505-ba07-b30605903c93","serviceName":"vFW 2022-02-21 04-53-45","serviceVersion":"1.0","serviceUUID":"2313d275-0b14-4871-b48a-9a7ed394bfe5","serviceDescription":"catalog service description","serviceInvariantUUID":"1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3","resources":[{"resourceInstanceName":"vFW a5fec777-9804 0","resourceName":"vFW a5fec777-9804","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1d08461-bef7-40ca-b255-3b0706f288e5","resourceInvariantUUID":"7b1a17fe-439c-4ad7-af52-6f34b625e8a1","resourceCustomizationUUID":"95c74e4a-ca24-4c1b-a5bc-a91668567eab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml","artifactChecksum":"NTA1ZjkzMTk4NTIyNDZiNjE0YzM0ZjNjN2U4ODdmNDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac570daa-864f-4df4-81f6-b3e03c10806d","artifactVersion":"1"},{"artifactName":"vfwa5fec77798040_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json","artifactChecksum":"ZjQxM2Y0ZmRkN2IwNGZiMTUyZTdhZDkwYjQwODBhZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed73f10d-6e9b-40c4-8fae-b226ff235b2b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7be5b4d-1e4a-4740-8b23-f06463ed2418","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml","artifactChecksum":"NGNjMWVkYmNhMjY1NDE4YjdkN2FjNWVlYTA1ZmQ4Mjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"160809ba-ce0f-48e8-9a91-e276a330cf31","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69e8098d-d813-4312-b66c-14716878e355","artifactVersion":"2","generatedFromUUID":"f7be5b4d-1e4a-4740-8b23-f06463ed2418"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221045345-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml","artifactChecksum":"ZjE2YTM1ZmVhMmVlNjBiMDJkZGZhOTkwMTA0MDBkYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45dee103-4d12-473d-9123-825e845e51e3","artifactVersion":"1"},{"artifactName":"service-Vfw20220221045345-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar","artifactChecksum":"YjBiM2VmODFhZDk0OGI2MzgxOWNmMTJhZTEzNGE1N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4fccdad5-c045-4ee3-9874-7febf0b622c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T04:55:03.166Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:55:03.167Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:03.168Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:03.168Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:03.268Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:03.269Z||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-02-21T04:55:03.269Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:03.280Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:03.280Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:04.169Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:55:04.169Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:04.171Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:04.171Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:55:04.271Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:04.272Z||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-02-21T04:55:04.272Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:04.282Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:04.282Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:55:05.171Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:55:05.172Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:05.173Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:05.173Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:55:05.273Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:05.274Z||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-02-21T04:55:05.274Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:05.283Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:05.283Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:06.174Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:55:06.174Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:06.176Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:06.176Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:06.276Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:06.276Z||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-02-21T04:55:06.276Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:06.286Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:06.286Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:07.176Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:55:07.177Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:07.178Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:07.178Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:55:07.278Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:55:07.279Z||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-02-21T04:55:07.279Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:07.289Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:07.289Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:08.179Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:55:08.180Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:08.181Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:08.182Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:55:08.281Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:55:08.282Z||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-02-21T04:55:08.282Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:08.292Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:08.292Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:09.182Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:55:09.183Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:09.184Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:09.184Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:55:09.284Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:09.285Z||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-02-21T04:55:09.285Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:09.294Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:09.295Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:10.185Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "serviceName": "vFW 2022-02-21 04-53-45",
  "serviceVersion": "1.0",
  "serviceUUID": "2313d275-0b14-4871-b48a-9a7ed394bfe5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3",
  "resources": [
    {
      "resourceInstanceName": "vFW a5fec777-9804 0",
      "resourceCustomizationUUID": "95c74e4a-ca24-4c1b-a5bc-a91668567eab",
      "resourceName": "vFW a5fec777-9804",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1d08461-bef7-40ca-b255-3b0706f288e5",
      "resourceInvariantUUID": "7b1a17fe-439c-4ad7-af52-6f34b625e8a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa5fec77798040_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
          "artifactChecksum": "ZjQxM2Y0ZmRkN2IwNGZiMTUyZTdhZDkwYjQwODBhZjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ed73f10d-6e9b-40c4-8fae-b226ff235b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f7be5b4d-1e4a-4740-8b23-f06463ed2418",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "69e8098d-d813-4312-b66c-14716878e355",
            "generatedFromUUID": "f7be5b4d-1e4a-4740-8b23-f06463ed2418"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "69e8098d-d813-4312-b66c-14716878e355",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221045345-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
      "artifactChecksum": "YjBiM2VmODFhZDk0OGI2MzgxOWNmMTJhZTEzNGE1N2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4fccdad5-c045-4ee3-9874-7febf0b622c5"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T04:55:10.186Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T04:55:10.186Z|ab9c8e61-3d9c-4975-9b14-045414bdcffa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2313d275-0b14-4871-b48a-9a7ed394bfe5 ASDC
2022-02-21T04:55:10.186Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1481f93e-42dd-4505-ba07-b30605903c93
ServiceName:vFW 2022-02-21 04-53-45
ServiceVersion:1.0
ServiceUUID:2313d275-0b14-4871-b48a-9a7ed394bfe5
ServiceInvariantUUID:1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221045345-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar
ArtifactUUID:4fccdad5-c045-4ee3-9874-7febf0b622c5
ArtifactChecksum:YjBiM2VmODFhZDk0OGI2MzgxOWNmMTJhZTEzNGE1N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a5fec777-9804 0
ResourceCustomizationUUID:95c74e4a-ca24-4c1b-a5bc-a91668567eab
ResourceInvariantUUID:7b1a17fe-439c-4ad7-af52-6f34b625e8a1
ResourceName:vFW a5fec777-9804
ResourceType:VF
ResourceUUID:d1d08461-bef7-40ca-b255-3b0706f288e5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa5fec77798040_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json
ArtifactUUID:ed73f10d-6e9b-40c4-8fae-b226ff235b2b
ArtifactChecksum:ZjQxM2Y0ZmRkN2IwNGZiMTUyZTdhZDkwYjQwODBhZjc=
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/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml
ArtifactUUID:f7be5b4d-1e4a-4740-8b23-f06463ed2418
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/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env
ArtifactUUID:69e8098d-d813-4312-b66c-14716878e355
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/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env
ArtifactUUID:69e8098d-d813-4312-b66c-14716878e355
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T04:55:10.186Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2313d275-0b14-4871-b48a-9a7ed394bfe5 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-02-21T04:55:10.205Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:55:10.205Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:55:10.205Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:55:10.206Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Trying to download the artifact UUID: 4fccdad5-c045-4ee3-9874-7febf0b622c5 from URL: /sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:10.206Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:55:10.206Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:10.494Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:55:10.498Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar 4fccdad5-c045-4ee3-9874-7febf0b622c5 98928
2022-02-21T04:55:10.498Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar ASDC sendASDCNotification
2022-02-21T04:55:10.498Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:10.498Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:55:10.499Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:10.500Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:10.500Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419310498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:10.600Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:55:10.601Z||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-02-21T04:55:10.601Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:10.612Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:10.612Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:55:11.502Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:55:11.503Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:55:11.503Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Trying to write artifact UUID: 4fccdad5-c045-4ee3-9874-7febf0b622c5, URL: /sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar to file: /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:11.503Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221045345-csar.csar
2022-02-21T04:55:11.503Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:11.504Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:11.606Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6293906921735653092/Definitions/service-Vfw20220221045345-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_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-21T04:55:13.024Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||####################################################################################################
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|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-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|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-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|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-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.025Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a5fec777-9804 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.026Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.026Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|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-Vfw20220221045345-csar.csar
2022-02-21T04:55:13.026Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|WARN|500||####################################################################################################
2022-02-21T04:55:13.026Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.026Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:13.026Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:13.026Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is not matching search criteria
2022-02-21T04:55:13.027Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:55:13.028Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.029Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:13.030Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:55:13.030Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.030Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is not matching search criteria
2022-02-21T04:55:13.030Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:55:13.030Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:55:13.030Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:55:13.030Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:55:13.030Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a9bbf19-a117-432d-820d-fa0b646ab53b
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:55:13.031Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f8f0bf7-c88f-403f-a0c0-342f6dff5fa4
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is not matching search criteria
2022-02-21T04:55:13.032Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19d92dd2-265d-4855-b9d1-d90d3f448c29
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.033Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:13.034Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.034Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:13.034Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.034Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:13.034Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:13.034Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:13.034Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 04-53-45
Description:catalog service description
Model UUID:2313d275-0b14-4871-b48a-9a7ed394bfe5
Model Version:NULL
Model InvariantUuid:1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a5fec777-9804
Model UUID:808eedd3-8e7d-4548-8797-136468b93ac8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b1a17fe-439c-4ad7-af52-6f34b625e8a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:95c74e4a-ca24-4c1b-a5bc-a91668567eab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:93338f4c-fee7-499a-a084-eb32f9cc6322
ModelName:VfwA5fec7779804..base_vfw..module-0
ModelUuid:ed42a187-efdc-45ee-ac66-e54cecba10ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8a9bbf19-a117-432d-820d-fa0b646ab53b
ModelInvariantUuid:248b80f5-878e-4a05-924d-035f70088c36
ModelName:vFW a5fec777-9804-nodes.vfwCvfc
ModelUuid:38a0550a-4731-4033-b08c-4b6617057e07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5c609427-a756-42b7-a4f9-f4fa078cf07d
ModelInvariantUuid:bceb2e0c-a68f-4f0d-8fc3-94612bcd38eb
ModelName:VfwA5fec7779804.compute.nodes.heat.vfw
ModelUuid:1726acb1-b49f-416c-a250-a5fc8d7b839a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8f8f0bf7-c88f-403f-a0c0-342f6dff5fa4
ModelInvariantUuid:71765c66-9276-4f07-a1d0-9c1ff97916b0
ModelName:vFW a5fec777-9804-nodes.vsnCvfc
ModelUuid:20457de3-5991-4f64-af94-9a1e8ed8eb09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:69c14abc-7c57-4ef6-b89c-2904c52d7078
ModelInvariantUuid:e35e2230-4fb3-4206-a7e5-f44487169a92
ModelName:VfwA5fec7779804.compute.nodes.heat.vsn
ModelUuid:2fb1031c-cc72-4ae8-8bcb-e04d0fe3a186
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:19d92dd2-265d-4855-b9d1-d90d3f448c29
ModelInvariantUuid:c81180e0-1cea-4c2c-a0bb-c70a834ff0e8
ModelName:vFW a5fec777-9804-nodes.vpgCvfc
ModelUuid:d4952103-85e9-44f4-ba14-22bdce21adbe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e9513604-437a-4e12-bc52-048b2c7789b3
ModelInvariantUuid:deb1ac35-3e38-4649-a469-2feb57201368
ModelName:VfwA5fec7779804.compute.nodes.heat.vpg
ModelUuid:c70d4b28-3006-4e2d-9a8a-0accd1d8a263
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-02-21T04:55:13.040Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: d1d08461-bef7-40ca-b255-3b0706f288e5
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-02-21T04:55:13.044Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||vFW a5fec777-9804 0
2022-02-21T04:55:13.044Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: d1d08461-bef7-40ca-b255-3b0706f288e5
2022-02-21T04:55:13.044Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Trying to download the artifact UUID: ed73f10d-6e9b-40c4-8fae-b226ff235b2b from URL: /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json
2022-02-21T04:55:13.044Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:55:13.044Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json
2022-02-21T04:55:13.278Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:55:13.279Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json ed73f10d-6e9b-40c4-8fae-b226ff235b2b 785
2022-02-21T04:55:13.279Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json ASDC sendASDCNotification
2022-02-21T04:55:13.279Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json
2022-02-21T04:55:13.279Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:55:13.279Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:13.280Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:13.280Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419313279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:13.380Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:13.381Z||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-02-21T04:55:13.381Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:13.391Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:13.391Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:14.281Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA5fec7779804..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "93338f4c-fee7-499a-a084-eb32f9cc6322",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ed42a187-efdc-45ee-ac66-e54cecba10ff",
    "vfModuleModelCustomizationUUID": "0448193f-aad5-4fca-9c17-ac12a18755f1",
    "isBase": true,
    "artifacts": [
      "f7be5b4d-1e4a-4740-8b23-f06463ed2418",
      "69e8098d-d813-4312-b66c-14716878e355"
    ],
    "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-02-21T04:55:14.283Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA5fec7779804..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed42a187-efdc-45ee-ac66-e54cecba10ff
VfModuleModelInvariantUUID:93338f4c-fee7-499a-a084-eb32f9cc6322
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7be5b4d-1e4a-4740-8b23-f06463ed2418
,
69e8098d-d813-4312-b66c-14716878e355

}
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-02-21T04:55:14.285Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA5fec7779804..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "93338f4c-fee7-499a-a084-eb32f9cc6322",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ed42a187-efdc-45ee-ac66-e54cecba10ff",
    "vfModuleModelCustomizationUUID": "0448193f-aad5-4fca-9c17-ac12a18755f1",
    "isBase": true,
    "artifacts": [
      "f7be5b4d-1e4a-4740-8b23-f06463ed2418",
      "69e8098d-d813-4312-b66c-14716878e355"
    ],
    "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-02-21T04:55:14.285Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA5fec7779804..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed42a187-efdc-45ee-ac66-e54cecba10ff
VfModuleModelInvariantUUID:93338f4c-fee7-499a-a084-eb32f9cc6322
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7be5b4d-1e4a-4740-8b23-f06463ed2418
,
69e8098d-d813-4312-b66c-14716878e355

}
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-02-21T04:55:14.285Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Trying to download the artifact UUID: f7be5b4d-1e4a-4740-8b23-f06463ed2418 from URL: /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml
2022-02-21T04:55:14.285Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:55:14.285Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml
2022-02-21T04:55:14.489Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:55:14.490Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml f7be5b4d-1e4a-4740-8b23-f06463ed2418 20368
2022-02-21T04:55:14.490Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:55:14.490Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml
2022-02-21T04:55:14.490Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:55:14.490Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:14.492Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:14.492Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419314490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:14.592Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:14.593Z||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-02-21T04:55:14.593Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:14.611Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:14.611Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:15.492Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Trying to download the artifact UUID: 69e8098d-d813-4312-b66c-14716878e355 from URL: /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env
2022-02-21T04:55:15.493Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:55:15.493Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env
2022-02-21T04:55:15.688Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:55:15.688Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env 69e8098d-d813-4312-b66c-14716878e355 2098
2022-02-21T04:55:15.689Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:55:15.689Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env
2022-02-21T04:55:15.689Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:55:15.689Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:15.691Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:15.691Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419315689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:55:15.791Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:15.792Z||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-02-21T04:55:15.792Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:15.803Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:15.803Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:16.691Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Preparing to deploy Service: 2313d275-0b14-4871-b48a-9a7ed394bfe5
2022-02-21T04:55:16.692Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a5fec777-9804 0 d1d08461-bef7-40ca-b255-3b0706f288e5 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-02-21T04:55:16.703Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70354200, org.onap.sdc.toscaparser.api.parameters.Input@258ca380, org.onap.sdc.toscaparser.api.parameters.Input@6fcf4524, org.onap.sdc.toscaparser.api.parameters.Input@73ad21a4, org.onap.sdc.toscaparser.api.parameters.Input@29d25893]
2022-02-21T04:55:16.705Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.705Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:16.705Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||VF Category is: Generic 
2022-02-21T04:55:16.705Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||VFCustomizationUUID= 95c74e4a-ca24-4c1b-a5bc-a91668567eab
2022-02-21T04:55:16.706Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95c74e4a-ca24-4c1b-a5bc-a91668567eab matches Tosca VF Customization UUID: 95c74e4a-ca24-4c1b-a5bc-a91668567eab
2022-02-21T04:55:16.706Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||vfCustomizationUUID: 95c74e4a-ca24-4c1b-a5bc-a91668567eab  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-02-21T04:55:16.708Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.708Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:16.708Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||resource request for resource customization id 95c74e4a-ca24-4c1b-a5bc-a91668567eab: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T04:55:16.708Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@664b5ed0
2022-02-21T04:55:16.708Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.709Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:55:16.709Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0448193f-aad5-4fca-9c17-ac12a18755f1
2022-02-21T04:55:16.709Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0448193f-aad5-4fca-9c17-ac12a18755f1
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-02-21T04:55:16.711Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.711Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:16.711Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:55:16.711Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.711Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:16.711Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:55:16.712Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:16.713Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a9bbf19-a117-432d-820d-fa0b646ab53b
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-02-21T04:55:16.714Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.714Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:16.714Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:55:16.714Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:55:16.715Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:16.716Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:55:16.716Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:16.716Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f8f0bf7-c88f-403f-a0c0-342f6dff5fa4
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-02-21T04:55:16.717Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.717Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:16.717Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:55:16.717Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is not matching search criteria
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:55:16.718Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:55:16.719Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:55:16.719Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:55:16.719Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:55:16.719Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:55:16.719Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19d92dd2-265d-4855-b9d1-d90d3f448c29
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-02-21T04:55:16.721Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.721Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:16.721Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:55:16.721Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.721Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Node template vFW a5fec777-9804 0 is matching search criteria
2022-02-21T04:55:16.721Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found topology templates [vFW a5fec777-9804 0] matching following query criteria: sdcType=VF, customizationUUID=95c74e4a-ca24-4c1b-a5bc-a91668567eab
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-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500|| resourceSeq for service uuid 2313d275-0b14-4871-b48a-9a7ed394bfe5: vFW a5fec777-9804
2022-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.723Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:16.724Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.724Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:16.724Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T04:55:16.724Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Service vFW 2022-02-21 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:55:16.724Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||Saving Service: vFW 2022-02-21 04-53-45 
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-02-21T04:55:16.879Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a5fec777-9804 d1d08461-bef7-40ca-b255-3b0706f288e5 1 ASDC deployResourceStructure
2022-02-21T04:55:16.893Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json ASDC sendASDCNotification
2022-02-21T04:55:16.893Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json
2022-02-21T04:55:16.894Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:55:16.894Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:16.896Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:16.896Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419316893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:55:16.996Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:16.996Z||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-02-21T04:55:16.997Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:17.006Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:17.006Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:17.896Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:55:17.897Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml
2022-02-21T04:55:17.897Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:55:17.897Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:17.898Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:17.898Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419317896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:55:17.999Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T04:55:17.999Z||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-02-21T04:55:17.999Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:18.010Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:18.010Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:18.899Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:55:18.899Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env
2022-02-21T04:55:18.900Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:55:18.900Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:18.901Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:18.901Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419318899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:55:19.001Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:55:19.002Z||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-02-21T04:55:19.002Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:19.012Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:19.013Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:19.902Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar ASDC sendASDCNotification
2022-02-21T04:55:19.902Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar
2022-02-21T04:55:19.902Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:55:19.903Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:55:19.904Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:55:19.904Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419319902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:55:20.005Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T04:55:20.005Z||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-02-21T04:55:20.005Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:55:20.016Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:55:20.016Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:55:20.905Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:55:20.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
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-02-21T04:55:20.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:55:20.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T04:55:20.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T04:55:50.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:55:50.916Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
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-02-21T04:55:50.918Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:55:50.918Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T04:55:50.918Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T04:56:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:56:02.538Z||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-02-21T04:56:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:56:02.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:56:02.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:56:02.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419296280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:56:02.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:56:20.919Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:56:20.926Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
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-02-21T04:56:20.927Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:56:20.927Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T04:56:20.927Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T04:56:50.928Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:56:50.933Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
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-02-21T04:56:50.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:56:50.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T04:56:50.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T04:57:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:57:02.537Z||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-02-21T04:57:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:57:02.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:57:02.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:57:02.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:57:02.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:57:20.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:57:20.942Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
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-02-21T04:57:20.945Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:57:20.945Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T04:57:20.945Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T04:57:50.945Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:57:50.950Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
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-02-21T04:57:50.952Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:57:50.952Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T04:57:50.952Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T04:58:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:58:02.537Z||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-02-21T04:58:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:58:03.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:58:03.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419304102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419305107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419305827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419306110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "aai-ml",
  "timestamp": 1645419307113,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T04:58:03.065Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1481f93e-42dd-4505-ba07-b30605903c93
2022-02-21T04:58:03.065Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1481f93e-42dd-4505-ba07-b30605903c93 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-02-21T04:58:03.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419307834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "clamp",
  "timestamp": 1645419308836,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:58:03.073Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1481f93e-42dd-4505-ba07-b30605903c93
2022-02-21T04:58:03.073Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1481f93e-42dd-4505-ba07-b30605903c93 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T04:58:03.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419302536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T04:58:03.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T04:58:03.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419310498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419313279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419314490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419315689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419316893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/vfwa5fec77798040_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419317896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419318899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/resourceInstances/vfwa5fec77798040/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T04:58:03.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:03.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:58:03.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419319902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221045345/1.0/artifacts/service-Vfw20220221045345-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T04:58:03.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:58:20.952Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T04:58:20.959Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93
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-02-21T04:58:20.960Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:58:20.960Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T04:58:20.960Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T04:58:20.960Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T04:58:20.960Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T04:58:20.960Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T04:58:20.962Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T04:58:50.963Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1481f93e-42dd-4505-ba07-b30605903c93 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-02-21T04:58:50.966Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1481f93e-42dd-4505-ba07-b30605903c93 and serviceModelVersionId: 2313d275-0b14-4871-b48a-9a7ed394bfe5
2022-02-21T04:58:50.966Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3
2022-02-21T04:58:50.967Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0
2022-02-21T04:58:50.972Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-21T04:58:51.002Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3edbc232-6089-41cb-b59b-63e2a30ccfa2/model-vers/model-ver/68dfc9af-c129-4cb9-b02b-b37eb46f6b83?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?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-02-21T04:58:51.002Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Invoke
2022-02-21T04:58:52.526Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?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-02-21T04:58:52.527Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Invoke
2022-02-21T04:58:54.062Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?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-02-21T04:58:54.063Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Invoke
2022-02-21T04:58:55.097Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:58:55.098Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T04:58:55.098Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:58:55.098Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T04:58:55.103Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|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-02-21T04:58:55.103Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1481f93e-42dd-4505-ba07-b30605903c93 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:58:55.103Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T04:58:55.104Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:58:55.105Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:58:55.105Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419535103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:58:55.205Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:58:55.206Z||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-02-21T04:58:55.206Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:58:55.219Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:58:55.219Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 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-02-21T04:58:56.113Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:58:56.114Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:58:56.114Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:59:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:59:02.537Z||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-02-21T04:59:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:59:03.160Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:59:03.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T04:59:03.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1481f93e-42dd-4505-ba07-b30605903c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419535103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:59:03.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:59:06.420Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:59:06.421Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:59:06.421Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:59:06.421Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:59:15.966Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:59:15.966Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:59:15.967Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:59:15.967Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:59:25.500Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T04:59:25.500Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:59:25.501Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:59:25.501Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:59:35.036Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:00:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:00:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:00:02.537Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:00:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:00:02.537Z||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-02-21T05:00:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:00:12.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:00:12.081Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:01:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:01:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:01:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:01:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:01:02.537Z||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-02-21T05:01:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:01:12.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:01:12.080Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:02:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:02:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:02:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:02:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:02:02.537Z||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-02-21T05:02:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:02:12.076Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:02:12.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:03:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:03:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:03:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:03:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:03:02.538Z||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-02-21T05:03:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:03:12.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:03:12.077Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:02.536Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:04:02.536Z||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-02-21T05:04:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:04:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:04:02.537Z||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-02-21T05:04:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:04:02.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:02.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419800909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419800909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419810820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419800909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419810820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419800909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419810820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419800909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419813560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419810820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419800909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419813560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419810820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419800909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419806280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419813560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419810820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419817093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419817104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419813560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419810820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419818108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419813560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419818299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419818793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419819112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419813560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419819589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419819797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "aai-ml",
  "timestamp": 1645419820115,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:04:02.743Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5641be25-6f31-4be3-8d18-b1ab7484581e
2022-02-21T05:04:02.743Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5641be25-6f31-4be3-8d18-b1ab7484581e 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-02-21T05:04:02.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419813560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419820621,
  "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-02-21T05:04:02.750Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5641be25-6f31-4be3-8d18-b1ab7484581e
2022-02-21T05:04:02.750Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5641be25-6f31-4be3-8d18-b1ab7484581e 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-02-21T05:04:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "policy-id",
  "timestamp": 1645419820799,
  "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-02-21T05:04:02.755Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5641be25-6f31-4be3-8d18-b1ab7484581e
2022-02-21T05:04:02.756Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5641be25-6f31-4be3-8d18-b1ab7484581e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419821599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645419821625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:04:02.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "cds",
  "timestamp": 1645419822603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-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-02-21T05:04:02.760Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5641be25-6f31-4be3-8d18-b1ab7484581e
2022-02-21T05:04:02.760Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5641be25-6f31-4be3-8d18-b1ab7484581e 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-02-21T05:04:02.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645419816899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419824290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419824290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419824290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419827174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419824290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419827174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419824290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419827174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419824290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419827174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419824290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419827174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419832008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:02.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419827174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419827174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419834568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645419835571,
  "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-02-21T05:04:02.769Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5641be25-6f31-4be3-8d18-b1ab7484581e
2022-02-21T05:04:02.769Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5641be25-6f31-4be3-8d18-b1ab7484581e 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-02-21T05:04:02.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:04:02.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419841589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:02.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:04:03.178Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:03.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T05:04:03.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5641be25-6f31-4be3-8d18-b1ab7484581e","serviceName":"vFW 2022-02-21 05-02-27","serviceVersion":"1.0","serviceUUID":"24436e9b-c0e1-4e92-a6a9-d46ea3b41be6","serviceDescription":"catalog service description","serviceInvariantUUID":"813d3e81-ce37-4ed9-a1c0-77bffc9edb53","resources":[{"resourceInstanceName":"vFW f83d28d7-8dcd 0","resourceName":"vFW f83d28d7-8dcd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"466fe861-199e-4112-a59d-80c5120b59e8","resourceInvariantUUID":"67429fa4-b215-4dc7-b006-0a45e6986e6d","resourceCustomizationUUID":"4646423f-6120-4f40-9534-15de5d5426a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml","artifactChecksum":"Njk4MjgxYjlhMjYzODdiZTY0MGYwYjZlMzAyNDk3MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da3ad826-637f-43c1-a69e-533f74b65461","artifactVersion":"1"},{"artifactName":"vfwf83d28d78dcd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json","artifactChecksum":"OTNiZmVkN2I2ZjE2YTkzYmRlYjBiZGE4YTM1MjU3OTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ca4fd8-ab0a-4776-a1c8-4f6fac887faa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml","artifactChecksum":"YmIxMDdkZWZkMTkxZTkxZDQ0OTRlNGRiNTZlNzIzNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6303357b-c13f-49db-97a7-453c3f90694b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"46640bad-c0e0-4cc3-8ed7-def5eb7ee671","artifactVersion":"2","generatedFromUUID":"7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221050227-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml","artifactChecksum":"OWE0MjhiMzk1YjY3OGU5YjhhNmNhODZhODQzOWYwOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f24ff46-1935-46b4-a1e6-9024ce62ae59","artifactVersion":"1"},{"artifactName":"service-Vfw20220221050227-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar","artifactChecksum":"MDcwNjEzY2FlYTk3YmY4MDllMzE5NmM2NmI3YzAyMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56db0f5e-b830-4080-b8d9-5b5c6379531b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T05:04:03.179Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:04:03.180Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:03.181Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:03.181Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:03.281Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:03.282Z||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-02-21T05:04:03.282Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:03.293Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:03.293Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:04.182Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:04:04.182Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:04.184Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:04.184Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:04:04.284Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:04.284Z||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-02-21T05:04:04.284Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:04.294Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:04.294Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:05.184Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:04:05.185Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:05.186Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:05.186Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:04:05.287Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:05.287Z||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-02-21T05:04:05.288Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:05.298Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:05.298Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:06.187Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:04:06.188Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:06.189Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:06.189Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:06.290Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:06.290Z||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-02-21T05:04:06.290Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:06.300Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:06.301Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:07.190Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:04:07.191Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:07.192Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:07.192Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:04:07.292Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:07.293Z||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-02-21T05:04:07.293Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:07.302Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:07.302Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:08.193Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:04:08.193Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:08.195Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:08.195Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:04:08.295Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:08.296Z||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-02-21T05:04:08.296Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:08.304Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:08.304Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:09.195Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:04:09.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:09.197Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:09.197Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:04:09.298Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:09.298Z||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-02-21T05:04:09.298Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:09.311Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:09.311Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:10.199Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "serviceName": "vFW 2022-02-21 05-02-27",
  "serviceVersion": "1.0",
  "serviceUUID": "24436e9b-c0e1-4e92-a6a9-d46ea3b41be6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "813d3e81-ce37-4ed9-a1c0-77bffc9edb53",
  "resources": [
    {
      "resourceInstanceName": "vFW f83d28d7-8dcd 0",
      "resourceCustomizationUUID": "4646423f-6120-4f40-9534-15de5d5426a3",
      "resourceName": "vFW f83d28d7-8dcd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "466fe861-199e-4112-a59d-80c5120b59e8",
      "resourceInvariantUUID": "67429fa4-b215-4dc7-b006-0a45e6986e6d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf83d28d78dcd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
          "artifactChecksum": "OTNiZmVkN2I2ZjE2YTkzYmRlYjBiZGE4YTM1MjU3OTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8ca4fd8-ab0a-4776-a1c8-4f6fac887faa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "46640bad-c0e0-4cc3-8ed7-def5eb7ee671",
            "generatedFromUUID": "7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "46640bad-c0e0-4cc3-8ed7-def5eb7ee671",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221050227-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
      "artifactChecksum": "MDcwNjEzY2FlYTk3YmY4MDllMzE5NmM2NmI3YzAyMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56db0f5e-b830-4080-b8d9-5b5c6379531b"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T05:04:10.199Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T05:04:10.199Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24436e9b-c0e1-4e92-a6a9-d46ea3b41be6 ASDC
2022-02-21T05:04:10.199Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5641be25-6f31-4be3-8d18-b1ab7484581e
ServiceName:vFW 2022-02-21 05-02-27
ServiceVersion:1.0
ServiceUUID:24436e9b-c0e1-4e92-a6a9-d46ea3b41be6
ServiceInvariantUUID:813d3e81-ce37-4ed9-a1c0-77bffc9edb53
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221050227-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar
ArtifactUUID:56db0f5e-b830-4080-b8d9-5b5c6379531b
ArtifactChecksum:MDcwNjEzY2FlYTk3YmY4MDllMzE5NmM2NmI3YzAyMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f83d28d7-8dcd 0
ResourceCustomizationUUID:4646423f-6120-4f40-9534-15de5d5426a3
ResourceInvariantUUID:67429fa4-b215-4dc7-b006-0a45e6986e6d
ResourceName:vFW f83d28d7-8dcd
ResourceType:VF
ResourceUUID:466fe861-199e-4112-a59d-80c5120b59e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf83d28d78dcd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json
ArtifactUUID:a8ca4fd8-ab0a-4776-a1c8-4f6fac887faa
ArtifactChecksum:OTNiZmVkN2I2ZjE2YTkzYmRlYjBiZGE4YTM1MjU3OTc=
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/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml
ArtifactUUID:7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c
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/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env
ArtifactUUID:46640bad-c0e0-4cc3-8ed7-def5eb7ee671
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/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env
ArtifactUUID:46640bad-c0e0-4cc3-8ed7-def5eb7ee671
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T05:04:10.199Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24436e9b-c0e1-4e92-a6a9-d46ea3b41be6 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-02-21T05:04:10.217Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:04:10.218Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-21T05:04:10.218Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-21T05:04:10.218Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56db0f5e-b830-4080-b8d9-5b5c6379531b from URL: /sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:10.218Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-21T05:04:10.218Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:10.592Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-21T05:04:10.596Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar 56db0f5e-b830-4080-b8d9-5b5c6379531b 98878
2022-02-21T05:04:10.596Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar ASDC sendASDCNotification
2022-02-21T05:04:10.596Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:10.596Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:04:10.596Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:10.598Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:10.598Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419850596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:10.698Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:10.698Z||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-02-21T05:04:10.698Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:10.707Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:10.708Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:11.598Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:04:11.599Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-21T05:04:11.599Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 56db0f5e-b830-4080-b8d9-5b5c6379531b, URL: /sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar to file: /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:11.599Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221050227-csar.csar
2022-02-21T05:04:11.600Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:11.600Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:11.980Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP542476700813094133/Definitions/service-Vfw20220221050227-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_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-21T05:04:13.406Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-21T05:04:13.406Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f83d28d7-8dcd 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:13.407Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-21T05:04:13.408Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:04:13.409Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:13.410Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is not matching search criteria
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T05:04:13.411Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18fdd773-95d6-4d10-984c-5025cd7c348a
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:04:13.412Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=13221e65-d4a9-4b2d-8d71-776509d74097
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:04:13.413Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6199ac18-3428-4bf8-8a99-9a974f53af3d
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.414Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:13.415Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.415Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:13.415Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:13.415Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:13.415Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 05-02-27
Description:catalog service description
Model UUID:24436e9b-c0e1-4e92-a6a9-d46ea3b41be6
Model Version:NULL
Model InvariantUuid:813d3e81-ce37-4ed9-a1c0-77bffc9edb53
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f83d28d7-8dcd
Model UUID:57acffcd-1114-4d0a-a8ee-7fb3d32ee767
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:67429fa4-b215-4dc7-b006-0a45e6986e6d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4646423f-6120-4f40-9534-15de5d5426a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5216cce1-0528-4282-9abd-548a0f21f4b5
ModelName:VfwF83d28d78dcd..base_vfw..module-0
ModelUuid:309a68c0-8f95-4878-8c5e-68a1ea32ff97
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:18fdd773-95d6-4d10-984c-5025cd7c348a
ModelInvariantUuid:44b432e5-bf0c-4acd-9ba2-ed513eccbc76
ModelName:vFW f83d28d7-8dcd-nodes.vfwCvfc
ModelUuid:73edfe44-340f-4593-b7ac-43a7394bbd5e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:db56c3ff-021a-473a-9185-d4601375a217
ModelInvariantUuid:e8af9739-a306-48e9-ad38-94f38e133360
ModelName:VfwF83d28d78dcd.compute.nodes.heat.vfw
ModelUuid:60535b18-039d-4871-a8d5-32061e7fa597
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:13221e65-d4a9-4b2d-8d71-776509d74097
ModelInvariantUuid:bb3a129e-7e69-46f5-8eb2-194e16862bd6
ModelName:vFW f83d28d7-8dcd-nodes.vsnCvfc
ModelUuid:ea85b4b3-254e-4551-8293-051f55ac192d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e2e96036-8104-4dfa-aa8f-d4bc30349629
ModelInvariantUuid:8d114e5e-501b-485d-8fdf-e1c7e929f677
ModelName:VfwF83d28d78dcd.compute.nodes.heat.vsn
ModelUuid:bb271ded-b72a-40a9-a3a6-84110b88097a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6199ac18-3428-4bf8-8a99-9a974f53af3d
ModelInvariantUuid:58f6b661-0d35-45ec-8875-8c559544fbea
ModelName:vFW f83d28d7-8dcd-nodes.vpgCvfc
ModelUuid:4e13294f-60d0-4e74-838a-4c11d09bb39b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b92760d3-4024-4059-9387-90a5cf44670f
ModelInvariantUuid:86f6493f-33a7-4930-9515-3dcc60a8823a
ModelName:VfwF83d28d78dcd.compute.nodes.heat.vpg
ModelUuid:8ac65492-9079-47f3-a633-cd2ee6fa5f36
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-02-21T05:04:13.422Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 466fe861-199e-4112-a59d-80c5120b59e8
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-02-21T05:04:13.425Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||vFW f83d28d7-8dcd 0
2022-02-21T05:04:13.425Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 466fe861-199e-4112-a59d-80c5120b59e8
2022-02-21T05:04:13.425Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a8ca4fd8-ab0a-4776-a1c8-4f6fac887faa from URL: /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json
2022-02-21T05:04:13.425Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-21T05:04:13.425Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json
2022-02-21T05:04:13.686Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-21T05:04:13.686Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json a8ca4fd8-ab0a-4776-a1c8-4f6fac887faa 785
2022-02-21T05:04:13.686Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json ASDC sendASDCNotification
2022-02-21T05:04:13.686Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json
2022-02-21T05:04:13.686Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:04:13.687Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:13.688Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:13.688Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419853686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:13.789Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T05:04:13.789Z||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-02-21T05:04:13.789Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:13.798Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:13.799Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:14.689Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF83d28d78dcd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5216cce1-0528-4282-9abd-548a0f21f4b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "309a68c0-8f95-4878-8c5e-68a1ea32ff97",
    "vfModuleModelCustomizationUUID": "fc88a30b-2579-4298-84b5-1902fe409632",
    "isBase": true,
    "artifacts": [
      "7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c",
      "46640bad-c0e0-4cc3-8ed7-def5eb7ee671"
    ],
    "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-02-21T05:04:14.692Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF83d28d78dcd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:309a68c0-8f95-4878-8c5e-68a1ea32ff97
VfModuleModelInvariantUUID:5216cce1-0528-4282-9abd-548a0f21f4b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c
,
46640bad-c0e0-4cc3-8ed7-def5eb7ee671

}
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-02-21T05:04:14.694Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF83d28d78dcd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5216cce1-0528-4282-9abd-548a0f21f4b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "309a68c0-8f95-4878-8c5e-68a1ea32ff97",
    "vfModuleModelCustomizationUUID": "fc88a30b-2579-4298-84b5-1902fe409632",
    "isBase": true,
    "artifacts": [
      "7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c",
      "46640bad-c0e0-4cc3-8ed7-def5eb7ee671"
    ],
    "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-02-21T05:04:14.694Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF83d28d78dcd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:309a68c0-8f95-4878-8c5e-68a1ea32ff97
VfModuleModelInvariantUUID:5216cce1-0528-4282-9abd-548a0f21f4b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c
,
46640bad-c0e0-4cc3-8ed7-def5eb7ee671

}
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-02-21T05:04:14.695Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c from URL: /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml
2022-02-21T05:04:14.695Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-21T05:04:14.695Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml
2022-02-21T05:04:15.088Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-21T05:04:15.089Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml 7d1fa59d-ea02-4a9d-a0cf-f80f28d5cf7c 20368
2022-02-21T05:04:15.089Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T05:04:15.089Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml
2022-02-21T05:04:15.089Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:04:15.089Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:15.091Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:15.091Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419855089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:15.191Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:15.191Z||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-02-21T05:04:15.191Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:15.202Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:15.203Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:16.091Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 46640bad-c0e0-4cc3-8ed7-def5eb7ee671 from URL: /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env
2022-02-21T05:04:16.092Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-21T05:04:16.092Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env
2022-02-21T05:04:16.483Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-21T05:04:16.483Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env 46640bad-c0e0-4cc3-8ed7-def5eb7ee671 2098
2022-02-21T05:04:16.484Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T05:04:16.484Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env
2022-02-21T05:04:16.484Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:04:16.484Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:16.485Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:16.485Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419856484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:04:16.586Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:04:16.586Z||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-02-21T05:04:16.586Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:16.597Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:16.597Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:17.486Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 24436e9b-c0e1-4e92-a6a9-d46ea3b41be6
2022-02-21T05:04:17.486Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f83d28d7-8dcd 0 466fe861-199e-4112-a59d-80c5120b59e8 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-02-21T05:04:17.500Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dc3d9c9, org.onap.sdc.toscaparser.api.parameters.Input@6e46cd, org.onap.sdc.toscaparser.api.parameters.Input@6fd139dc, org.onap.sdc.toscaparser.api.parameters.Input@5408ce87, org.onap.sdc.toscaparser.api.parameters.Input@37e6585e]
2022-02-21T05:04:17.501Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.501Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:17.501Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-02-21T05:04:17.502Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4646423f-6120-4f40-9534-15de5d5426a3
2022-02-21T05:04:17.502Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4646423f-6120-4f40-9534-15de5d5426a3 matches Tosca VF Customization UUID: 4646423f-6120-4f40-9534-15de5d5426a3
2022-02-21T05:04:17.502Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4646423f-6120-4f40-9534-15de5d5426a3  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-02-21T05:04:17.504Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.504Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:17.505Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4646423f-6120-4f40-9534-15de5d5426a3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T05:04:17.505Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31db68ea
2022-02-21T05:04:17.505Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.505Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T05:04:17.505Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc88a30b-2579-4298-84b5-1902fe409632
2022-02-21T05:04:17.505Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc88a30b-2579-4298-84b5-1902fe409632
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-02-21T05:04:17.507Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.507Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:17.508Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:04:17.508Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.508Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:17.508Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:04:17.508Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.508Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is not matching search criteria
2022-02-21T05:04:17.508Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:04:17.508Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:17.509Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18fdd773-95d6-4d10-984c-5025cd7c348a
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-02-21T05:04:17.511Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.511Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:17.511Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:04:17.511Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.511Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:04:17.512Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:17.513Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=13221e65-d4a9-4b2d-8d71-776509d74097
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-02-21T05:04:17.514Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.514Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:17.514Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is not matching search criteria
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:04:17.515Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:04:17.516Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:04:17.516Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:04:17.516Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:04:17.516Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T05:04:17.516Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6199ac18-3428-4bf8-8a99-9a974f53af3d
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-02-21T05:04:17.517Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.518Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:17.518Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:04:17.518Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.518Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Node template vFW f83d28d7-8dcd 0 is matching search criteria
2022-02-21T05:04:17.518Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f83d28d7-8dcd 0] matching following query criteria: sdcType=VF, customizationUUID=4646423f-6120-4f40-9534-15de5d5426a3
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-02-21T05:04:17.519Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.519Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:17.519Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 24436e9b-c0e1-4e92-a6a9-d46ea3b41be6: vFW f83d28d7-8dcd
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:04:17.520Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-21 05-02-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:04:17.521Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-02-21 05-02-27 
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-02-21T05:04:17.654Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f83d28d7-8dcd 466fe861-199e-4112-a59d-80c5120b59e8 1 ASDC deployResourceStructure
2022-02-21T05:04:17.655Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json ASDC sendASDCNotification
2022-02-21T05:04:17.655Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json
2022-02-21T05:04:17.655Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:04:17.655Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:17.656Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:17.656Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419857655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:04:17.757Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:04:17.757Z||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-02-21T05:04:17.757Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:17.767Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:17.768Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:18.657Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T05:04:18.657Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml
2022-02-21T05:04:18.658Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:04:18.658Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:18.659Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:18.659Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419858657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:04:18.759Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:18.760Z||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-02-21T05:04:18.760Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:18.771Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:18.771Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:04:19.660Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T05:04:19.660Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env
2022-02-21T05:04:19.660Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:04:19.660Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:19.662Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:19.662Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419859660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T05:04:19.762Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:19.763Z||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-02-21T05:04:19.763Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:19.774Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:19.774Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:04:20.663Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar ASDC sendASDCNotification
2022-02-21T05:04:20.663Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar
2022-02-21T05:04:20.663Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:04:20.663Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:20.664Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:20.665Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419860663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:04:20.765Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:20.765Z||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-02-21T05:04:20.765Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:20.776Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:20.776Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:04:21.665Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5641be25-6f31-4be3-8d18-b1ab7484581e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:04:21.671Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5641be25-6f31-4be3-8d18-b1ab7484581e
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-02-21T05:04:21.672Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:04:21.672Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T05:04:21.672Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T05:04:21.672Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T05:04:21.672Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T05:04:21.673Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:04:21.675Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T05:04:51.675Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5641be25-6f31-4be3-8d18-b1ab7484581e 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-02-21T05:04:51.678Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5641be25-6f31-4be3-8d18-b1ab7484581e and serviceModelVersionId: 24436e9b-c0e1-4e92-a6a9-d46ea3b41be6
2022-02-21T05:04:51.678Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 813d3e81-ce37-4ed9-a1c0-77bffc9edb53
2022-02-21T05:04:51.679Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0
2022-02-21T05:04:51.683Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-21T05:04:51.727Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Invoke
2022-02-21T05:04:51.728Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14a8788b-7f24-4045-8ba8-db6b14cc477e], X-ECOMP-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], X-TransactionId=[], X-ONAP-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], Content-Type=[application/merge-patch+json]}
2022-02-21T05:04:53.262Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Invoke
2022-02-21T05:04:53.263Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c27af1e2-2419-48eb-b514-3f4bba9d9f6a], X-ECOMP-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], X-TransactionId=[], X-ONAP-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], Content-Type=[application/merge-patch+json]}
2022-02-21T05:04:54.798Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Invoke
2022-02-21T05:04:54.799Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2d8596a-ef63-4cc6-a3c7-64b48bc5b903], X-ECOMP-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], X-TransactionId=[], X-ONAP-RequestID=[5641be25-6f31-4be3-8d18-b1ab7484581e], Content-Type=[application/merge-patch+json]}
2022-02-21T05:04:55.833Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:04:55.833Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T05:04:55.833Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:04:55.834Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T05:04:55.837Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|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-02-21T05:04:55.837Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5641be25-6f31-4be3-8d18-b1ab7484581e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:04:55.837Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T05:04:55.837Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:04:55.838Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:04:55.838Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419895837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:04:55.938Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:04:55.939Z||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-02-21T05:04:55.939Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:04:55.953Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:04:55.953Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 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-02-21T05:05:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:05:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:05:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:05:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:05:02.537Z||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-02-21T05:05:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:05:02.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:05:02.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:05:02.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419842605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:05:02.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:05:12.077Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:06:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:06:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:06:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:06:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:06:02.537Z||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-02-21T05:06:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:06:03.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:06:03.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:06:03.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:06:03.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "clamp",
  "timestamp": 1645419843607,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:06:03.068Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5641be25-6f31-4be3-8d18-b1ab7484581e
2022-02-21T05:06:03.068Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5641be25-6f31-4be3-8d18-b1ab7484581e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T05:06:03.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:06:03.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419842536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:06:03.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419850596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419853686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419855089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419856484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419857655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/vfwf83d28d78dcd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419858657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419859660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/resourceInstances/vfwf83d28d78dcd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419860663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221050227/1.0/artifacts/service-Vfw20220221050227-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5641be25-6f31-4be3-8d18-b1ab7484581e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645419895837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:06:03.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:06:12.076Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:07:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:07:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:07:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:07:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:07:02.537Z||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-02-21T05:07:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:07:12.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:07:12.083Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:08:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:08:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:08:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:08:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:08:02.537Z||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-02-21T05:08:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:08:12.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:08:12.077Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:09:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:09:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:09:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:09:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:09:02.537Z||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-02-21T05:09:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:09:12.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:09:12.079Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:10:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:10:02.536Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:10:02.537Z||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-02-21T05:10:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:10:02.660Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:02.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420196280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420196899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420190820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420196280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420196899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420190820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420196280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420196899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420190820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420200909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420196899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420196280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:10:02.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420190820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:02.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:10:03.162Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:03.163Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||received message from topic
2022-02-21T05:10:03.163Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"9e06cc93-7ce7-4321-87c2-4005c7d673e1","serviceName":"Demo_pNF_fEqXQZpyWsYX1kzGQxNZ","serviceVersion":"1.0","serviceUUID":"14e22a92-5db1-427b-907c-47e8b7ea8aa1","serviceDescription":"catalog service description","serviceInvariantUUID":"800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194","resources":[{"resourceInstanceName":"pNF 9e30e737-5ebf 0","resourceName":"pNF 9e30e737-5ebf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aeead2c1-b5e0-45a2-b82a-e6a93c811994","resourceInvariantUUID":"b8755ed7-e898-467e-8b9f-557ebf4ec64a","resourceCustomizationUUID":"aca4073f-a6e7-4df7-9ca3-839cd42763a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml","artifactChecksum":"ODQ5OWYwZjJkZTYxMzE3NTAyMjAxZDdjNmFmZjAwNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c5ab5c3-40e0-4f1c-aa75-191a09dd2ab4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar","artifactChecksum":"NGJjNDU0MjQyOWQ1OTQ1NmZhZDUyYTJjOTY0MjgxNjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b243d34b-2f78-40e8-9f66-23f9b24b7bf3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f5b9d10-0029-4556-8496-7d746d5114ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml","artifactChecksum":"MzQwOTVlZGY5MzdlZjlhZWU1ZTEzZTVhMTAyYTIwMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b151ef86-83fd-4bcc-be91-c7cfbd0380e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"302abca0-6f04-48ac-99f2-928a582072a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"859e6c1d-00fd-4beb-b962-4afa5e9f3dbe","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml","artifactChecksum":"N2NiYzM4NGI2NjhkMDE0ZGFjN2Y1NzlmNWRlMjQ3YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbc12cea-71f5-4873-bb78-aa83e093ca02","artifactVersion":"1"},{"artifactName":"service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar","artifactChecksum":"NDY0NzFkOWI4ZjdjNjhmMzMxYWYzNDQ5NzkyMjZhNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6866123a-cc15-4cc6-b0b1-3c82d45c4944","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T05:10:03.164Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:10:03.164Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:03.166Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:03.166Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:03.267Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:10:03.267Z||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-02-21T05:10:03.267Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:03.278Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:03.278Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:04.167Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:10:04.167Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:04.169Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:04.169Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:04.269Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:04.269Z||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-02-21T05:10:04.270Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:04.280Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:04.280Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:05.169Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:10:05.170Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:05.171Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:05.171Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:05.271Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:05.272Z||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-02-21T05:10:05.272Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:05.282Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:05.283Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:06.172Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:10:06.173Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:06.174Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:06.174Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:06.274Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:06.275Z||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-02-21T05:10:06.275Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:06.285Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:06.286Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:07.174Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:10:07.175Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:07.176Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:07.177Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:07.277Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:07.277Z||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-02-21T05:10:07.277Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:07.289Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:07.289Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:08.177Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:10:08.178Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:08.179Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:08.179Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:08.279Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:08.280Z||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-02-21T05:10:08.280Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:08.290Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:08.291Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:09.180Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:10:09.180Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:09.181Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:09.182Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:10:09.282Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:09.282Z||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-02-21T05:10:09.282Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:09.292Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:09.293Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:10.182Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:10:10.183Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:10.184Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:10.184Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:10:10.284Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:10.285Z||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-02-21T05:10:10.285Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:10.296Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:10.296Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:11.185Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "serviceName": "Demo_pNF_fEqXQZpyWsYX1kzGQxNZ",
  "serviceVersion": "1.0",
  "serviceUUID": "14e22a92-5db1-427b-907c-47e8b7ea8aa1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e30e737-5ebf 0",
      "resourceCustomizationUUID": "aca4073f-a6e7-4df7-9ca3-839cd42763a1",
      "resourceName": "pNF 9e30e737-5ebf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aeead2c1-b5e0-45a2-b82a-e6a93c811994",
      "resourceInvariantUUID": "b8755ed7-e898-467e-8b9f-557ebf4ec64a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
      "artifactChecksum": "NDY0NzFkOWI4ZjdjNjhmMzMxYWYzNDQ5NzkyMjZhNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6866123a-cc15-4cc6-b0b1-3c82d45c4944"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T05:10:11.185Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T05:10:11.186Z|5641be25-6f31-4be3-8d18-b1ab7484581e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 14e22a92-5db1-427b-907c-47e8b7ea8aa1 ASDC
2022-02-21T05:10:11.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||ASDC Notification:
DistributionID:9e06cc93-7ce7-4321-87c2-4005c7d673e1
ServiceName:Demo_pNF_fEqXQZpyWsYX1kzGQxNZ
ServiceVersion:1.0
ServiceUUID:14e22a92-5db1-427b-907c-47e8b7ea8aa1
ServiceInvariantUUID:800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
ArtifactUUID:6866123a-cc15-4cc6-b0b1-3c82d45c4944
ArtifactChecksum:NDY0NzFkOWI4ZjdjNjhmMzMxYWYzNDQ5NzkyMjZhNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e30e737-5ebf 0
ResourceCustomizationUUID:aca4073f-a6e7-4df7-9ca3-839cd42763a1
ResourceInvariantUUID:b8755ed7-e898-467e-8b9f-557ebf4ec64a
ResourceName:pNF 9e30e737-5ebf
ResourceType:PNF
ResourceUUID:aeead2c1-b5e0-45a2-b82a-e6a93c811994
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-21T05:10:11.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14e22a92-5db1-427b-907c-47e8b7ea8aa1 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-02-21T05:10:11.199Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:10:11.199Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:10:11.199Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:10:11.199Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Trying to download the artifact UUID: 6866123a-cc15-4cc6-b0b1-3c82d45c4944 from URL: /sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:11.199Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:10:11.200Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:11.591Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:10:11.594Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar 6866123a-cc15-4cc6-b0b1-3c82d45c4944 82632
2022-02-21T05:10:11.595Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar ASDC sendASDCNotification
2022-02-21T05:10:11.595Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:11.595Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:10:11.595Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:11.596Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:11.596Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420211595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:10:11.696Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:11.697Z||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-02-21T05:10:11.697Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:11.708Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:11.708Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:12.597Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:10:12.597Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:10:12.598Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Trying to write artifact UUID: 6866123a-cc15-4cc6-b0b1-3c82d45c4944, URL: /sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar to file: /app/ASDC/1/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:12.598Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:12.598Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:12.598Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:12.688Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16232910453461126550/Definitions/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml
2022-02-21T05:10:13.185Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T05:10:13.185Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||####################################################################################################
2022-02-21T05:10:13.185Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.185Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-21T05:10:13.185Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e30e737-5ebf 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-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.185Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|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-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|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-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|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-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|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-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|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-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|WARN|500||####################################################################################################
2022-02-21T05:10:13.186Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.187Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.187Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Node template pNF 9e30e737-5ebf 0 is matching search criteria
2022-02-21T05:10:13.187Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:10:13.187Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found topology templates [pNF 9e30e737-5ebf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:10:13.187Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.187Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Node template pNF 9e30e737-5ebf 0 is matching search criteria
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found topology templates [pNF 9e30e737-5ebf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.188Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.189Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.189Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.189Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fEqXQZpyWsYX1kzGQxNZ
Description:catalog service description
Model UUID:14e22a92-5db1-427b-907c-47e8b7ea8aa1
Model Version:NULL
Model InvariantUuid:800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194
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-02-21T05:10:13.195Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: aeead2c1-b5e0-45a2-b82a-e6a93c811994
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-02-21T05:10:13.197Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||pNF 9e30e737-5ebf 0
2022-02-21T05:10:13.198Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: aeead2c1-b5e0-45a2-b82a-e6a93c811994
2022-02-21T05:10:13.198Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||No resources found for Service: 14e22a92-5db1-427b-907c-47e8b7ea8aa1
2022-02-21T05:10:13.198Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Preparing to deploy Service: 14e22a92-5db1-427b-907c-47e8b7ea8aa1
2022-02-21T05:10:13.198Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9e30e737-5ebf 0 aeead2c1-b5e0-45a2-b82a-e6a93c811994 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-02-21T05:10:13.202Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24045755, org.onap.sdc.toscaparser.api.parameters.Input@13f36214, org.onap.sdc.toscaparser.api.parameters.Input@33814078, org.onap.sdc.toscaparser.api.parameters.Input@3fce1bf0, org.onap.sdc.toscaparser.api.parameters.Input@39764da3]
2022-02-21T05:10:13.202Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.202Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.202Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500|| resourceSeq for service uuid 14e22a92-5db1-427b-907c-47e8b7ea8aa1: pNF 9e30e737-5ebf
2022-02-21T05:10:13.203Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Processing PNF resource: aeead2c1-b5e0-45a2-b82a-e6a93c811994
2022-02-21T05:10:13.203Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:10:13.203Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Service Demo_pNF_fEqXQZpyWsYX1kzGQxNZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:10:13.203Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||Resource customization UUID: aca4073f-a6e7-4df7-9ca3-839cd42763a1 is the same as notified resource customizationUUID: aca4073f-a6e7-4df7-9ca3-839cd42763a1
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-02-21T05:10:13.253Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9e30e737-5ebf aeead2c1-b5e0-45a2-b82a-e6a93c811994 0 ASDC deployResourceStructure
2022-02-21T05:10:13.253Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar ASDC sendASDCNotification
2022-02-21T05:10:13.254Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar
2022-02-21T05:10:13.254Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:10:13.254Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:10:13.256Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:10:13.256Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420213253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:10:13.356Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:10:13.357Z||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-02-21T05:10:13.357Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:10:13.369Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:10:13.369Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:10:14.257Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:10:14.263Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
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-02-21T05:10:14.264Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:10:14.264Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:10:14.264Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:10:44.264Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:10:44.269Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
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-02-21T05:10:44.270Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:10:44.270Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:10:44.270Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:11:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:11:02.538Z||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-02-21T05:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:11:02.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:11:02.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:11:02.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420200909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:11:02.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:11:14.270Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:11:14.274Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
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-02-21T05:11:14.275Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:11:14.275Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:11:14.275Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:11:44.275Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:11:44.280Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
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-02-21T05:11:44.281Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:11:44.281Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:11:44.281Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:12:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:12:02.537Z||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-02-21T05:12:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:12:02.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:12:02.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:12:02.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420196280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:12:02.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:12:14.281Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:12:14.285Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
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-02-21T05:12:14.286Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:12:14.286Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:12:14.287Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:12:44.287Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:12:44.291Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
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-02-21T05:12:44.292Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:12:44.292Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:12:44.292Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:13:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:13:02.537Z||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-02-21T05:13:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:13:03.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:13:03.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420196899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420190820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420200909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420196280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420196899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:13:03.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420190820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420203560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420200909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420196280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420196899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420190820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420203560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420200909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420196280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420196899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420190820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420203560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420200909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420207094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420207109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420207091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420203560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420200909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420208099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:13:03.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420208094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420203560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420208291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420200909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420209102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "policy-id",
  "timestamp": 1645420209097,
  "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-02-21T05:13:03.069Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e06cc93-7ce7-4321-87c2-4005c7d673e1
2022-02-21T05:13:03.069Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e06cc93-7ce7-4321-87c2-4005c7d673e1 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-02-21T05:13:03.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420203560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420209295,
  "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-02-21T05:13:03.075Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9e06cc93-7ce7-4321-87c2-4005c7d673e1
2022-02-21T05:13:03.075Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e06cc93-7ce7-4321-87c2-4005c7d673e1 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-02-21T05:13:03.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "aai-ml",
  "timestamp": 1645420210106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T05:13:03.080Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9e06cc93-7ce7-4321-87c2-4005c7d673e1
2022-02-21T05:13:03.080Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e06cc93-7ce7-4321-87c2-4005c7d673e1 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-02-21T05:13:03.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420202536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:13:03.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420203560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420203560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:13:03.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420211595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420212404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420213253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "cds",
  "timestamp": 1645420213408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-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-02-21T05:13:03.085Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e06cc93-7ce7-4321-87c2-4005c7d673e1
2022-02-21T05:13:03.085Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e06cc93-7ce7-4321-87c2-4005c7d673e1 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-02-21T05:13:03.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420214290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420214290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420214290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420217175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420214290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420217175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420214290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420217175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420214290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420217175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420214290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420217175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420214290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420217175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/resourceInstances/pnf9e30e7375ebf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420222990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420217175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420224651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420217175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:13:03.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:13:03.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420225654,
  "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-02-21T05:13:03.093Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e06cc93-7ce7-4321-87c2-4005c7d673e1
2022-02-21T05:13:03.093Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e06cc93-7ce7-4321-87c2-4005c7d673e1 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-02-21T05:13:03.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420234974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:13:03.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420236982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFeqxqzpywsyx1kzgqxnz/1.0/artifacts/service-DemoPnfFeqxqzpywsyx1kzgqxnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:13:03.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:13:03.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:13:03.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "clamp",
  "timestamp": 1645420237984,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:13:03.098Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e06cc93-7ce7-4321-87c2-4005c7d673e1
2022-02-21T05:13:03.098Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e06cc93-7ce7-4321-87c2-4005c7d673e1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T05:13:14.292Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:13:14.296Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1
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-02-21T05:13:14.298Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:13:14.298Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T05:13:14.298Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T05:13:14.298Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T05:13:14.298Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-21T05:13:14.298Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T05:13:14.298Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:13:14.300Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T05:13:44.300Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1 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-02-21T05:13:44.302Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e06cc93-7ce7-4321-87c2-4005c7d673e1 and serviceModelVersionId: 14e22a92-5db1-427b-907c-47e8b7ea8aa1
2022-02-21T05:13:44.302Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194
2022-02-21T05:13:44.303Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0
2022-02-21T05:13:44.306Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/813d3e81-ce37-4ed9-a1c0-77bffc9edb53/model-vers/model-ver/24436e9b-c0e1-4e92-a6a9-d46ea3b41be6?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-21T05:13:44.340Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Invoke
2022-02-21T05:13:44.341Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae024e80-35ec-4e9f-81b4-04e40e2568d0], X-ECOMP-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], X-TransactionId=[], X-ONAP-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], Content-Type=[application/merge-patch+json]}
2022-02-21T05:13:45.870Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Invoke
2022-02-21T05:13:45.871Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b00d1b0d-4a19-4e46-9413-90540d4b359c], X-ECOMP-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], X-TransactionId=[], X-ONAP-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], Content-Type=[application/merge-patch+json]}
2022-02-21T05:13:47.406Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Invoke
2022-02-21T05:13:47.407Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[520a1c63-ec1f-454e-a398-5b32bb75a10b], X-ECOMP-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], X-TransactionId=[], X-ONAP-RequestID=[9e06cc93-7ce7-4321-87c2-4005c7d673e1], Content-Type=[application/merge-patch+json]}
2022-02-21T05:13:48.441Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:13:48.441Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T05:13:48.442Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:13:48.442Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T05:13:48.446Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|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-02-21T05:13:48.446Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e06cc93-7ce7-4321-87c2-4005c7d673e1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:13:48.446Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T05:13:48.446Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:13:48.448Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:13:48.448Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420428446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:13:48.548Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:13:48.548Z||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-02-21T05:13:48.548Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:13:48.562Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:13:48.562Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-21T05:13:49.455Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:13:49.456Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:13:49.456Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:13:59.808Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:13:59.808Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:13:59.809Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:13:59.809Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:14:02.537Z||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-02-21T05:14:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:14:03.156Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:03.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:14:03.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e06cc93-7ce7-4321-87c2-4005c7d673e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420428446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:14:03.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:14:09.815Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:09.815Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||received message from topic
2022-02-21T05:14:09.815Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d23ba96d-f49e-4b85-afdd-d4c365e62f84","serviceName":"vFW 2022-02-21 05-13-10","serviceVersion":"1.0","serviceUUID":"628c9a54-f7c0-455d-865d-61fd9284d3d1","serviceDescription":"catalog service description","serviceInvariantUUID":"6af16b3a-e97e-40b1-819b-b334e36a718c","resources":[{"resourceInstanceName":"vFW fd0af789-98b4 0","resourceName":"vFW fd0af789-98b4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cfb8df43-1e34-4571-a528-5e5f726ffe6a","resourceInvariantUUID":"0b29f22a-2bef-4e9a-b062-0da92c127582","resourceCustomizationUUID":"c053a223-9904-4833-a045-646e90f8c381","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml","artifactChecksum":"NTFmYWExYjE5MWNjYzFkYTdhYTQ4ZDRhYjFhNjVhNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"abc1c847-b003-4612-aabf-dba3a1074375","artifactVersion":"1"},{"artifactName":"vfwfd0af78998b40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json","artifactChecksum":"MWFkY2U5N2JjYzc4N2I3NjdjOTBhYmVjMWFiODg5Mjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dcfdb6ae-8631-4634-9d0a-9a6505d621bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"088b56d0-cf1c-4d85-847a-95a7882c9466","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml","artifactChecksum":"MjIyMjJiNzNiYjljZDVmMzIyOWQwNDE3M2VlMjhmNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4add2069-1fc9-4c96-bf61-812c34677b74","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1fe98ca1-6259-44e7-a15f-61e18a0e3059","artifactVersion":"2","generatedFromUUID":"088b56d0-cf1c-4d85-847a-95a7882c9466"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221051310-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml","artifactChecksum":"MWE5MGVhNzAwNDAwMTZmOTUyMDYyYTIxMmE1ODU0OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"171ca975-a5ce-4be9-a2ce-3b7f7c956b76","artifactVersion":"1"},{"artifactName":"service-Vfw20220221051310-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar","artifactChecksum":"OTRjZTI3MjdkOGIxYjg0YTE3NzUwNzczZTU2YjZjYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"340293c7-5b1c-4a3c-a7c8-88fd97d4c62b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T05:14:09.816Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:14:09.816Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:09.818Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:09.818Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:14:09.918Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:09.919Z||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-02-21T05:14:09.919Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:09.929Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:09.930Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:10.818Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:14:10.819Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:10.820Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:10.820Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:14:10.921Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:10.921Z||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-02-21T05:14:10.921Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:10.931Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:10.931Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:11.821Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:14:11.822Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:11.823Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:11.823Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:14:11.923Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:11.924Z||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-02-21T05:14:11.924Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:11.935Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:11.935Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:12.824Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:14:12.824Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:12.825Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:12.825Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:14:12.926Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:14:12.926Z||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-02-21T05:14:12.926Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:12.940Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:12.940Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:13.826Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:14:13.826Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:13.827Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:13.827Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:14:13.928Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:13.928Z||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-02-21T05:14:13.928Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:13.939Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:13.939Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:14.828Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:14:14.829Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:14.830Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:14.830Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:14:14.930Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:14.931Z||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-02-21T05:14:14.931Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:14.940Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:14.940Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:15.831Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:14:15.831Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:15.833Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:15.833Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:14:15.933Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:15.933Z||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-02-21T05:14:15.934Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:15.945Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:15.946Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:14:16.833Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "serviceName": "vFW 2022-02-21 05-13-10",
  "serviceVersion": "1.0",
  "serviceUUID": "628c9a54-f7c0-455d-865d-61fd9284d3d1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6af16b3a-e97e-40b1-819b-b334e36a718c",
  "resources": [
    {
      "resourceInstanceName": "vFW fd0af789-98b4 0",
      "resourceCustomizationUUID": "c053a223-9904-4833-a045-646e90f8c381",
      "resourceName": "vFW fd0af789-98b4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cfb8df43-1e34-4571-a528-5e5f726ffe6a",
      "resourceInvariantUUID": "0b29f22a-2bef-4e9a-b062-0da92c127582",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfd0af78998b40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
          "artifactChecksum": "MWFkY2U5N2JjYzc4N2I3NjdjOTBhYmVjMWFiODg5Mjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dcfdb6ae-8631-4634-9d0a-9a6505d621bb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "088b56d0-cf1c-4d85-847a-95a7882c9466",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1fe98ca1-6259-44e7-a15f-61e18a0e3059",
            "generatedFromUUID": "088b56d0-cf1c-4d85-847a-95a7882c9466"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1fe98ca1-6259-44e7-a15f-61e18a0e3059",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221051310-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
      "artifactChecksum": "OTRjZTI3MjdkOGIxYjg0YTE3NzUwNzczZTU2YjZjYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "340293c7-5b1c-4a3c-a7c8-88fd97d4c62b"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T05:14:16.834Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T05:14:16.834Z|9e06cc93-7ce7-4321-87c2-4005c7d673e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 628c9a54-f7c0-455d-865d-61fd9284d3d1 ASDC
2022-02-21T05:14:16.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d23ba96d-f49e-4b85-afdd-d4c365e62f84
ServiceName:vFW 2022-02-21 05-13-10
ServiceVersion:1.0
ServiceUUID:628c9a54-f7c0-455d-865d-61fd9284d3d1
ServiceInvariantUUID:6af16b3a-e97e-40b1-819b-b334e36a718c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221051310-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar
ArtifactUUID:340293c7-5b1c-4a3c-a7c8-88fd97d4c62b
ArtifactChecksum:OTRjZTI3MjdkOGIxYjg0YTE3NzUwNzczZTU2YjZjYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fd0af789-98b4 0
ResourceCustomizationUUID:c053a223-9904-4833-a045-646e90f8c381
ResourceInvariantUUID:0b29f22a-2bef-4e9a-b062-0da92c127582
ResourceName:vFW fd0af789-98b4
ResourceType:VF
ResourceUUID:cfb8df43-1e34-4571-a528-5e5f726ffe6a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfd0af78998b40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json
ArtifactUUID:dcfdb6ae-8631-4634-9d0a-9a6505d621bb
ArtifactChecksum:MWFkY2U5N2JjYzc4N2I3NjdjOTBhYmVjMWFiODg5Mjg=
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/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml
ArtifactUUID:088b56d0-cf1c-4d85-847a-95a7882c9466
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/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env
ArtifactUUID:1fe98ca1-6259-44e7-a15f-61e18a0e3059
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/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env
ArtifactUUID:1fe98ca1-6259-44e7-a15f-61e18a0e3059
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T05:14:16.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 628c9a54-f7c0-455d-865d-61fd9284d3d1 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-02-21T05:14:16.852Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:14:16.853Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:14:16.853Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:14:16.853Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Trying to download the artifact UUID: 340293c7-5b1c-4a3c-a7c8-88fd97d4c62b from URL: /sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:16.853Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:14:16.853Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:17.093Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:14:17.096Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar 340293c7-5b1c-4a3c-a7c8-88fd97d4c62b 98953
2022-02-21T05:14:17.097Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar ASDC sendASDCNotification
2022-02-21T05:14:17.097Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:17.097Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:14:17.097Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:17.098Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:17.098Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420457097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:14:17.199Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:14:17.199Z||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-02-21T05:14:17.200Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:17.211Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:17.212Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:18.099Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:14:18.100Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:14:18.100Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Trying to write artifact UUID: 340293c7-5b1c-4a3c-a7c8-88fd97d4c62b, URL: /sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar to file: /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:18.100Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221051310-csar.csar
2022-02-21T05:14:18.100Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:18.100Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:18.249Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17606401541988192092/Definitions/service-Vfw20220221051310-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-21T05:14:19.661Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||####################################################################################################
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|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-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|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-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|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-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.662Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|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-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd0af789-98b4 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|WARN|500||####################################################################################################
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:14:19.663Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:14:19.664Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.665Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is not matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:14:19.666Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d2478ba5-f63b-44c1-a8e7-9cfef6ffeb3f
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:14:19.667Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0f94543c-5dd5-420f-923d-a41b57344260
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:14:19.668Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.669Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:14:19.669Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:14:19.669Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:14:19.669Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:19.669Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:19.669Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T05:14:19.669Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fdf281-b166-4c6b-b92c-f31e0ca84552
2022-02-21T05:14:19.669Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.670Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:19.670Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.670Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:19.670Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.670Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:19.670Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:19.670Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:19.670Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 05-13-10
Description:catalog service description
Model UUID:628c9a54-f7c0-455d-865d-61fd9284d3d1
Model Version:NULL
Model InvariantUuid:6af16b3a-e97e-40b1-819b-b334e36a718c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fd0af789-98b4
Model UUID:14cf62b8-0543-41c0-901e-d4be1f1f783b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b29f22a-2bef-4e9a-b062-0da92c127582
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c053a223-9904-4833-a045-646e90f8c381
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5a450891-0353-48ee-8143-6df2051977fd
ModelName:VfwFd0af78998b4..base_vfw..module-0
ModelUuid:fb396788-1020-4bcd-b9be-9509fd45e9da
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d2478ba5-f63b-44c1-a8e7-9cfef6ffeb3f
ModelInvariantUuid:2b87a804-5ed9-4777-a412-a70219dd89dc
ModelName:vFW fd0af789-98b4-nodes.vfwCvfc
ModelUuid:4ef1ae8d-a7d4-4d16-bb01-a1b14cfdd049
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:31fd2ca2-64b4-4641-8635-34c213de052c
ModelInvariantUuid:3747c1db-32bd-4460-8c2b-895e72908255
ModelName:VfwFd0af78998b4.compute.nodes.heat.vfw
ModelUuid:421d55d0-89cd-4348-a15d-12c27c4aaa32
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0f94543c-5dd5-420f-923d-a41b57344260
ModelInvariantUuid:0a2142b0-28b0-40d6-b951-99a4994e4394
ModelName:vFW fd0af789-98b4-nodes.vsnCvfc
ModelUuid:f76a9300-6ebc-4f77-9135-c065225a1d1c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f66714cc-d28b-4eda-b1e0-b2f9df87fb72
ModelInvariantUuid:a4c69f19-35d9-455b-82bd-5e4350370d4b
ModelName:VfwFd0af78998b4.compute.nodes.heat.vsn
ModelUuid:25f8677e-62fc-4216-adb1-c0ebc67c0a20
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:58fdf281-b166-4c6b-b92c-f31e0ca84552
ModelInvariantUuid:643bec4f-1c2a-435e-8ce9-a92d12cae71c
ModelName:vFW fd0af789-98b4-nodes.vpgCvfc
ModelUuid:a191a654-3aa6-4369-ac12-4a407432aaed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6bdb0066-b921-42f1-8604-2085c8d06e82
ModelInvariantUuid:abe38cf8-72b3-4477-9d3d-6d419a83e200
ModelName:VfwFd0af78998b4.compute.nodes.heat.vpg
ModelUuid:e514a9db-b1c2-4934-a486-84235ebea006
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-02-21T05:14:19.676Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: cfb8df43-1e34-4571-a528-5e5f726ffe6a
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-02-21T05:14:19.679Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||vFW fd0af789-98b4 0
2022-02-21T05:14:19.679Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: cfb8df43-1e34-4571-a528-5e5f726ffe6a
2022-02-21T05:14:19.679Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Trying to download the artifact UUID: dcfdb6ae-8631-4634-9d0a-9a6505d621bb from URL: /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json
2022-02-21T05:14:19.679Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:14:19.679Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json
2022-02-21T05:14:19.719Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:14:19.719Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json dcfdb6ae-8631-4634-9d0a-9a6505d621bb 785
2022-02-21T05:14:19.719Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json ASDC sendASDCNotification
2022-02-21T05:14:19.719Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json
2022-02-21T05:14:19.719Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:14:19.719Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:19.721Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:19.721Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420459719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:14:19.821Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:19.821Z||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-02-21T05:14:19.822Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:19.832Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:19.832Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:20.721Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFd0af78998b4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5a450891-0353-48ee-8143-6df2051977fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb396788-1020-4bcd-b9be-9509fd45e9da",
    "vfModuleModelCustomizationUUID": "ffe4d8bb-28df-4923-9600-c8b5987904a0",
    "isBase": true,
    "artifacts": [
      "088b56d0-cf1c-4d85-847a-95a7882c9466",
      "1fe98ca1-6259-44e7-a15f-61e18a0e3059"
    ],
    "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-02-21T05:14:20.724Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd0af78998b4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb396788-1020-4bcd-b9be-9509fd45e9da
VfModuleModelInvariantUUID:5a450891-0353-48ee-8143-6df2051977fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
088b56d0-cf1c-4d85-847a-95a7882c9466
,
1fe98ca1-6259-44e7-a15f-61e18a0e3059

}
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-02-21T05:14:20.725Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFd0af78998b4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5a450891-0353-48ee-8143-6df2051977fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb396788-1020-4bcd-b9be-9509fd45e9da",
    "vfModuleModelCustomizationUUID": "ffe4d8bb-28df-4923-9600-c8b5987904a0",
    "isBase": true,
    "artifacts": [
      "088b56d0-cf1c-4d85-847a-95a7882c9466",
      "1fe98ca1-6259-44e7-a15f-61e18a0e3059"
    ],
    "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-02-21T05:14:20.725Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd0af78998b4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb396788-1020-4bcd-b9be-9509fd45e9da
VfModuleModelInvariantUUID:5a450891-0353-48ee-8143-6df2051977fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
088b56d0-cf1c-4d85-847a-95a7882c9466
,
1fe98ca1-6259-44e7-a15f-61e18a0e3059

}
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-02-21T05:14:20.725Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Trying to download the artifact UUID: 088b56d0-cf1c-4d85-847a-95a7882c9466 from URL: /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml
2022-02-21T05:14:20.725Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:14:20.725Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml
2022-02-21T05:14:20.763Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:14:20.763Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml 088b56d0-cf1c-4d85-847a-95a7882c9466 20368
2022-02-21T05:14:20.763Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T05:14:20.763Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml
2022-02-21T05:14:20.764Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:14:20.764Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:20.765Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:20.765Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:14:20.865Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:20.866Z||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-02-21T05:14:20.866Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:20.876Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:20.876Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:21.766Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Trying to download the artifact UUID: 1fe98ca1-6259-44e7-a15f-61e18a0e3059 from URL: /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env
2022-02-21T05:14:21.766Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:14:21.766Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env
2022-02-21T05:14:21.804Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:14:21.804Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env 1fe98ca1-6259-44e7-a15f-61e18a0e3059 2098
2022-02-21T05:14:21.804Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T05:14:21.804Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env
2022-02-21T05:14:21.804Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:14:21.805Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:21.807Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:21.807Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420461804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:14:21.907Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:21.908Z||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-02-21T05:14:21.908Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:21.918Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:21.919Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:14:22.808Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Preparing to deploy Service: 628c9a54-f7c0-455d-865d-61fd9284d3d1
2022-02-21T05:14:22.808Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd0af789-98b4 0 cfb8df43-1e34-4571-a528-5e5f726ffe6a 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-02-21T05:14:22.820Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b440cac, org.onap.sdc.toscaparser.api.parameters.Input@20fba245, org.onap.sdc.toscaparser.api.parameters.Input@5c79cfb5, org.onap.sdc.toscaparser.api.parameters.Input@7c2e28ee, org.onap.sdc.toscaparser.api.parameters.Input@27d47aab]
2022-02-21T05:14:22.821Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.821Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:22.822Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||VF Category is: Generic 
2022-02-21T05:14:22.822Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||VFCustomizationUUID= c053a223-9904-4833-a045-646e90f8c381
2022-02-21T05:14:22.822Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c053a223-9904-4833-a045-646e90f8c381 matches Tosca VF Customization UUID: c053a223-9904-4833-a045-646e90f8c381
2022-02-21T05:14:22.822Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||vfCustomizationUUID: c053a223-9904-4833-a045-646e90f8c381  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-02-21T05:14:22.824Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.824Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:22.824Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||resource request for resource customization id c053a223-9904-4833-a045-646e90f8c381: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T05:14:22.824Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45325da8
2022-02-21T05:14:22.824Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.824Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T05:14:22.825Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe4d8bb-28df-4923-9600-c8b5987904a0
2022-02-21T05:14:22.825Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe4d8bb-28df-4923-9600-c8b5987904a0
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-02-21T05:14:22.826Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.826Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is not matching search criteria
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:14:22.827Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:14:22.828Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:22.828Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:22.828Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:14:22.828Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:22.828Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:14:22.828Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:22.828Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d2478ba5-f63b-44c1-a8e7-9cfef6ffeb3f
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-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is not matching search criteria
2022-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:22.830Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:22.831Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0f94543c-5dd5-420f-923d-a41b57344260
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-02-21T05:14:22.833Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.833Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:22.833Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:14:22.833Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.833Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is not matching search criteria
2022-02-21T05:14:22.833Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:14:22.833Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:14:22.833Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T05:14:22.834Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fdf281-b166-4c6b-b92c-f31e0ca84552
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-02-21T05:14:22.836Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.836Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:22.836Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:14:22.836Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.836Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Node template vFW fd0af789-98b4 0 is matching search criteria
2022-02-21T05:14:22.836Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found topology templates [vFW fd0af789-98b4 0] matching following query criteria: sdcType=VF, customizationUUID=c053a223-9904-4833-a045-646e90f8c381
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-02-21T05:14:22.838Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.838Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:22.838Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500|| resourceSeq for service uuid 628c9a54-f7c0-455d-865d-61fd9284d3d1: vFW fd0af789-98b4
2022-02-21T05:14:22.838Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.838Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:22.838Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.838Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:22.838Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.839Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:22.839Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.839Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:22.839Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:14:22.839Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Service vFW 2022-02-21 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:14:22.839Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||Saving Service: vFW 2022-02-21 05-13-10 
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-02-21T05:14:22.977Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fd0af789-98b4 cfb8df43-1e34-4571-a528-5e5f726ffe6a 1 ASDC deployResourceStructure
2022-02-21T05:14:22.977Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json ASDC sendASDCNotification
2022-02-21T05:14:22.978Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json
2022-02-21T05:14:22.978Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:14:22.978Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:22.979Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:22.979Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420462977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:14:23.079Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:23.080Z||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-02-21T05:14:23.080Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:23.090Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:23.090Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:23.980Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T05:14:23.980Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml
2022-02-21T05:14:23.980Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:14:23.980Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:23.982Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:23.982Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420463980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:14:24.082Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:24.082Z||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-02-21T05:14:24.083Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:24.092Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:24.092Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:24.982Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T05:14:24.983Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env
2022-02-21T05:14:24.983Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:14:24.983Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:24.985Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:24.985Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420464982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T05:14:25.085Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:25.085Z||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-02-21T05:14:25.086Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:25.096Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:25.096Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:25.986Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar ASDC sendASDCNotification
2022-02-21T05:14:25.986Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar
2022-02-21T05:14:25.986Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:14:25.986Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:14:25.987Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:14:25.988Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420465985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:14:26.088Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:14:26.088Z||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-02-21T05:14:26.089Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:14:26.098Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:14:26.099Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:14:26.988Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d23ba96d-f49e-4b85-afdd-d4c365e62f84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:14:26.992Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d23ba96d-f49e-4b85-afdd-d4c365e62f84
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-02-21T05:14:26.993Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:14:26.993Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:14:26.993Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:14:56.993Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d23ba96d-f49e-4b85-afdd-d4c365e62f84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:14:56.997Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d23ba96d-f49e-4b85-afdd-d4c365e62f84
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-02-21T05:14:56.998Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:14:56.998Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:14:56.998Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:15:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:15:02.538Z||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-02-21T05:15:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:15:03.168Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:15:03.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420443560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420443560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420450820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420443560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420450820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420443560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420450820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420443560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420450820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420443560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420454289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420450820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420443560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420439808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420440909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420454289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420450820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420454289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420457097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420457097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420457097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420450820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420456899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420457174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420454289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "cds",
  "timestamp": 1645420458101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-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-02-21T05:15:03.178Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d23ba96d-f49e-4b85-afdd-d4c365e62f84
2022-02-21T05:15:03.178Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d23ba96d-f49e-4b85-afdd-d4c365e62f84 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-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420458145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420456899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420458534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420457174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420454289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420459191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420456899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420459542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420459719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420457174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420454289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420460221,
  "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-02-21T05:15:03.186Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d23ba96d-f49e-4b85-afdd-d4c365e62f84
2022-02-21T05:15:03.186Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d23ba96d-f49e-4b85-afdd-d4c365e62f84 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-02-21T05:15:03.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420456899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "policy-id",
  "timestamp": 1645420460545,
  "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-02-21T05:15:03.192Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d23ba96d-f49e-4b85-afdd-d4c365e62f84
2022-02-21T05:15:03.192Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d23ba96d-f49e-4b85-afdd-d4c365e62f84 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T05:15:03.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420457174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420454289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420461225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420456899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420457174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420461804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420462014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420456899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420457174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420462977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:15:03.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420456899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420457174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420463980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420464982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420465064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420465985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420466067,
  "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-02-21T05:15:03.199Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d23ba96d-f49e-4b85-afdd-d4c365e62f84
2022-02-21T05:15:03.199Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d23ba96d-f49e-4b85-afdd-d4c365e62f84 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-02-21T05:15:03.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420466280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420466280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vfwfd0af78998b40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420466280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420466280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420470011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420466280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/resourceInstances/vfwfd0af78998b40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420466280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420472021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420466280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "clamp",
  "timestamp": 1645420473024,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:15:03.207Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d23ba96d-f49e-4b85-afdd-d4c365e62f84
2022-02-21T05:15:03.208Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d23ba96d-f49e-4b85-afdd-d4c365e62f84 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T05:15:03.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420474007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420475012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420476015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221051310/1.0/artifacts/service-Vfw20220221051310-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-21T05:15:03.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "aai-ml",
  "timestamp": 1645420477017,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T05:15:03.215Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d23ba96d-f49e-4b85-afdd-d4c365e62f84
2022-02-21T05:15:03.215Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d23ba96d-f49e-4b85-afdd-d4c365e62f84 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-02-21T05:15:26.998Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d23ba96d-f49e-4b85-afdd-d4c365e62f84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:15:27.005Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d23ba96d-f49e-4b85-afdd-d4c365e62f84
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-02-21T05:15:27.007Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:15:27.007Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T05:15:27.007Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T05:15:27.007Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T05:15:27.007Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T05:15:27.007Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:15:27.009Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T05:15:57.009Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d23ba96d-f49e-4b85-afdd-d4c365e62f84 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-02-21T05:15:57.014Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d23ba96d-f49e-4b85-afdd-d4c365e62f84 and serviceModelVersionId: 628c9a54-f7c0-455d-865d-61fd9284d3d1
2022-02-21T05:15:57.014Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6af16b3a-e97e-40b1-819b-b334e36a718c
2022-02-21T05:15:57.014Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0
2022-02-21T05:15:57.017Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/800d2d46-bd9a-4f6f-a0a7-e1f4f68ee194/model-vers/model-ver/14e22a92-5db1-427b-907c-47e8b7ea8aa1?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-21T05:15:57.044Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|INFO|500||Invoke
2022-02-21T05:15:57.045Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75efb8ff-a3b1-48cd-bfc2-dfb66b44272c], X-ECOMP-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], X-TransactionId=[], X-ONAP-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], Content-Type=[application/merge-patch+json]}
2022-02-21T05:15:58.574Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|INFO|500||Invoke
2022-02-21T05:15:58.574Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aba08ffe-92de-4931-be19-bd1db4ae1982], X-ECOMP-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], X-TransactionId=[], X-ONAP-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], Content-Type=[application/merge-patch+json]}
2022-02-21T05:16:00.110Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|INFO|500||Invoke
2022-02-21T05:16:00.111Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b14869a8-16ad-4355-8d8d-5f986dbe0d1c], X-ECOMP-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], X-TransactionId=[], X-ONAP-RequestID=[d23ba96d-f49e-4b85-afdd-d4c365e62f84], Content-Type=[application/merge-patch+json]}
2022-02-21T05:16:01.145Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:16:01.145Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T05:16:01.146Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:16:01.146Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T05:16:01.149Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|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-02-21T05:16:01.149Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d23ba96d-f49e-4b85-afdd-d4c365e62f84 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:16:01.149Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T05:16:01.149Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:01.151Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:01.151Z|d23ba96d-f49e-4b85-afdd-d4c365e62f84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af16b3a-e97e-40b1-819b-b334e36a718c/model-vers/model-ver/628c9a54-f7c0-455d-865d-61fd9284d3d1?depth=0|DEBUG|500||try to send status {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420561149,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:16:01.251Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:01.252Z||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-02-21T05:16:01.252Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:01.264Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:01.264Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 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-02-21T05:16:02.158Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:16:02.159Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:16:02.159Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:02.537Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:16:02.538Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:16:02.538Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:02.782Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:02.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-21T05:16:02.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e64600ec-cabd-45fc-b255-d63fefefc61c","serviceName":"Demo_pNF_HFpAP7TQD5fG7dlJmXNW","serviceVersion":"1.0","serviceUUID":"1f078065-e594-4e79-8aee-42d0b874666f","serviceDescription":"catalog service description","serviceInvariantUUID":"a4868177-8a81-411b-8ece-51078e54cf0e","resources":[{"resourceInstanceName":"pNF e945d08a-0cb3 0","resourceName":"pNF e945d08a-0cb3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fec09871-4492-4998-9411-fab54e00e1b1","resourceInvariantUUID":"ce96f45c-c49a-4b2d-a74f-a799b01d2341","resourceCustomizationUUID":"9d3e8a10-19bc-40ba-95eb-dcebdbc13e7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml","artifactChecksum":"NmE1ZmZkOGI2ZjAyNTBkMjBhM2RmZmM3NTBjYWNlYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f9ffd65-676a-4e35-b536-31937920f872","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar","artifactChecksum":"NGJjNDU0MjQyOWQ1OTQ1NmZhZDUyYTJjOTY0MjgxNjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca2de06a-d58b-46eb-92c8-3b7ef1d1f9f9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aedda1ea-7be9-48c2-810b-eb8f535f8d8e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml","artifactChecksum":"YTFiNTU2M2NhZjlmZmNjMjk3NTdjYWJmMTljNmQ0YWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5fdb5366-4478-4aad-961c-7624c1ccd467","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"973fb665-369c-475e-a212-c3bbcbc154b7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08acc311-eea6-47ec-879b-65c0f50b716a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml","artifactChecksum":"NjdkNDhmM2RmZGFhOGYxNmE2MGYzMGI3MGFlZjRlYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8bae6ec-d468-4c16-8e20-78dfb543e4b1","artifactVersion":"1"},{"artifactName":"service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar","artifactChecksum":"MTBjYWM1Nzc5N2M2ZDZjMzIzMjFjZjk3YjE4YTVlZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95c6b1c9-33ac-40fd-bc8f-e1b00ccbf33b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T05:16:02.783Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:16:02.784Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:02.785Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:02.785Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.886Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:16:02.886Z||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-02-21T05:16:02.886Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:02.897Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:02.897Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:16:02.904Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:02.905Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.905Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420517175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420514289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420516899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420518560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420510820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420518560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.906Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420514289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420516899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420517175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420510820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420517175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420518560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420514289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420516899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.907Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420510820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420520909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420517175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420518560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420514289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420516899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420510820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420520909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.908Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420517175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420514289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420518560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420516899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420510820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420520909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420517175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420518560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.909Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420514289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420516899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420510820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420520909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420518560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420517175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420514289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.910Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420516899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420510820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420520909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420517175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420518560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420514289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420516899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420510820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:16:02.911Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420520909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420526280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420527399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420527401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420527402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420527398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420520909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.912Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.913Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420526280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.913Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.913Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.913Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "cds",
  "timestamp": 1645420528407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-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-02-21T05:16:02.920Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e64600ec-cabd-45fc-b255-d63fefefc61c
2022-02-21T05:16:02.920Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e64600ec-cabd-45fc-b255-d63fefefc61c 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-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420528432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420528401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645420520909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420526280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.924Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.925Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.925Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420529009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:16:02.925Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.925Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.925Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "policy-id",
  "timestamp": 1645420529404,
  "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-02-21T05:16:02.926Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e64600ec-cabd-45fc-b255-d63fefefc61c
2022-02-21T05:16:02.926Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e64600ec-cabd-45fc-b255-d63fefefc61c 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-02-21T05:16:02.930Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.930Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420529434,
  "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-02-21T05:16:02.932Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e64600ec-cabd-45fc-b255-d63fefefc61c
2022-02-21T05:16:02.932Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e64600ec-cabd-45fc-b255-d63fefefc61c 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-02-21T05:16:02.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420526280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.935Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420530011,
  "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-02-21T05:16:02.937Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e64600ec-cabd-45fc-b255-d63fefefc61c
2022-02-21T05:16:02.937Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e64600ec-cabd-45fc-b255-d63fefefc61c 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-02-21T05:16:02.940Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.940Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420526280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.940Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.940Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.940Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420526280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.940Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.940Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.940Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420526280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420526280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420534973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420535022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420535978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420536038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420536981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.941Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "clamp",
  "timestamp": 1645420537040,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:16:02.943Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e64600ec-cabd-45fc-b255-d63fefefc61c
2022-02-21T05:16:02.943Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e64600ec-cabd-45fc-b255-d63fefefc61c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T05:16:02.947Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.947Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "aai-ml",
  "timestamp": 1645420537983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T05:16:02.948Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e64600ec-cabd-45fc-b255-d63fefefc61c
2022-02-21T05:16:02.948Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e64600ec-cabd-45fc-b255-d63fefefc61c 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-02-21T05:16:02.951Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:16:02.951Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d23ba96d-f49e-4b85-afdd-d4c365e62f84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420561149,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:16:02.952Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:16:03.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:16:03.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:03.788Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:03.788Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:03.889Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:16:03.889Z||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-02-21T05:16:03.889Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:03.900Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:03.900Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:16:04.789Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:16:04.789Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:04.791Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:04.791Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:04.891Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:04.892Z||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-02-21T05:16:04.892Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:04.903Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:04.903Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:16:05.792Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:16:05.793Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:05.794Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:05.794Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:05.894Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:05.895Z||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-02-21T05:16:05.895Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:05.906Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:05.906Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:16:06.794Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:16:06.795Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:06.796Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:06.796Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:06.897Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:06.897Z||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-02-21T05:16:06.897Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:06.908Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:06.908Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:16:07.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:16:07.798Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:07.799Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:07.799Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:07.900Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:07.900Z||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-02-21T05:16:07.900Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:07.911Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:07.911Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:16:08.800Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:16:08.801Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:08.802Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:08.802Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:16:08.902Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:08.903Z||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-02-21T05:16:08.903Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:08.915Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:08.915Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:16:09.802Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:16:09.803Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:09.804Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:09.804Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:16:09.905Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:16:09.905Z||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-02-21T05:16:09.905Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:09.916Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:09.916Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:16:10.805Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "serviceName": "Demo_pNF_HFpAP7TQD5fG7dlJmXNW",
  "serviceVersion": "1.0",
  "serviceUUID": "1f078065-e594-4e79-8aee-42d0b874666f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a4868177-8a81-411b-8ece-51078e54cf0e",
  "resources": [
    {
      "resourceInstanceName": "pNF e945d08a-0cb3 0",
      "resourceCustomizationUUID": "9d3e8a10-19bc-40ba-95eb-dcebdbc13e7a",
      "resourceName": "pNF e945d08a-0cb3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fec09871-4492-4998-9411-fab54e00e1b1",
      "resourceInvariantUUID": "ce96f45c-c49a-4b2d-a74f-a799b01d2341",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
      "artifactChecksum": "MTBjYWM1Nzc5N2M2ZDZjMzIzMjFjZjk3YjE4YTVlZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95c6b1c9-33ac-40fd-bc8f-e1b00ccbf33b"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T05:16:10.806Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T05:16:10.806Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1f078065-e594-4e79-8aee-42d0b874666f ASDC
2022-02-21T05:16:10.806Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e64600ec-cabd-45fc-b255-d63fefefc61c
ServiceName:Demo_pNF_HFpAP7TQD5fG7dlJmXNW
ServiceVersion:1.0
ServiceUUID:1f078065-e594-4e79-8aee-42d0b874666f
ServiceInvariantUUID:a4868177-8a81-411b-8ece-51078e54cf0e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
ArtifactUUID:95c6b1c9-33ac-40fd-bc8f-e1b00ccbf33b
ArtifactChecksum:MTBjYWM1Nzc5N2M2ZDZjMzIzMjFjZjk3YjE4YTVlZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e945d08a-0cb3 0
ResourceCustomizationUUID:9d3e8a10-19bc-40ba-95eb-dcebdbc13e7a
ResourceInvariantUUID:ce96f45c-c49a-4b2d-a74f-a799b01d2341
ResourceName:pNF e945d08a-0cb3
ResourceType:PNF
ResourceUUID:fec09871-4492-4998-9411-fab54e00e1b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-21T05:16:10.806Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f078065-e594-4e79-8aee-42d0b874666f 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-02-21T05:16:10.823Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:16:10.824Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-21T05:16:10.824Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-21T05:16:10.824Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 95c6b1c9-33ac-40fd-bc8f-e1b00ccbf33b from URL: /sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:10.824Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-21T05:16:10.824Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:11.080Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-21T05:16:11.083Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar 95c6b1c9-33ac-40fd-bc8f-e1b00ccbf33b 82638
2022-02-21T05:16:11.083Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar ASDC sendASDCNotification
2022-02-21T05:16:11.083Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:11.083Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:16:11.083Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:11.085Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:11.085Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420571083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:16:11.185Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:11.186Z||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-02-21T05:16:11.186Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:11.196Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:11.196Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:16:12.085Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:16:12.086Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-21T05:16:12.086Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 95c6b1c9-33ac-40fd-bc8f-e1b00ccbf33b, URL: /sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar to file: /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.086Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.087Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.087Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.180Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15707023545034237777/Definitions/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml
2022-02-21T05:16:12.693Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-21T05:16:12.693Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-21T05:16:12.693Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.693Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-21T05:16:12.693Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.693Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.693Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.693Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e945d08a-0cb3 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-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Node template pNF e945d08a-0cb3 0 is matching search criteria
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e945d08a-0cb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Node template pNF e945d08a-0cb3 0 is matching search criteria
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-21T05:16:12.694Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e945d08a-0cb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.695Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HFpAP7TQD5fG7dlJmXNW
Description:catalog service description
Model UUID:1f078065-e594-4e79-8aee-42d0b874666f
Model Version:NULL
Model InvariantUuid:a4868177-8a81-411b-8ece-51078e54cf0e
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-02-21T05:16:12.699Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: fec09871-4492-4998-9411-fab54e00e1b1
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-02-21T05:16:12.701Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||pNF e945d08a-0cb3 0
2022-02-21T05:16:12.701Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fec09871-4492-4998-9411-fab54e00e1b1
2022-02-21T05:16:12.701Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 1f078065-e594-4e79-8aee-42d0b874666f
2022-02-21T05:16:12.701Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1f078065-e594-4e79-8aee-42d0b874666f
2022-02-21T05:16:12.701Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e945d08a-0cb3 0 fec09871-4492-4998-9411-fab54e00e1b1 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-02-21T05:16:12.704Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bc813e8, org.onap.sdc.toscaparser.api.parameters.Input@52a85bf3, org.onap.sdc.toscaparser.api.parameters.Input@313ade8c, org.onap.sdc.toscaparser.api.parameters.Input@4dadeac9, org.onap.sdc.toscaparser.api.parameters.Input@4671e7c7]
2022-02-21T05:16:12.704Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.705Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.705Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1f078065-e594-4e79-8aee-42d0b874666f: pNF e945d08a-0cb3
2022-02-21T05:16:12.705Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||Processing PNF resource: fec09871-4492-4998-9411-fab54e00e1b1
2022-02-21T05:16:12.705Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:16:12.705Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HFpAP7TQD5fG7dlJmXNW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:16:12.705Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9d3e8a10-19bc-40ba-95eb-dcebdbc13e7a is the same as notified resource customizationUUID: 9d3e8a10-19bc-40ba-95eb-dcebdbc13e7a
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-02-21T05:16:12.725Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e945d08a-0cb3 fec09871-4492-4998-9411-fab54e00e1b1 0 ASDC deployResourceStructure
2022-02-21T05:16:12.725Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar ASDC sendASDCNotification
2022-02-21T05:16:12.725Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar
2022-02-21T05:16:12.725Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:16:12.725Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:12.727Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:12.727Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420572725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:16:12.827Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:12.827Z||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-02-21T05:16:12.827Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:12.838Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:12.838Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:16:13.727Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e64600ec-cabd-45fc-b255-d63fefefc61c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:16:13.731Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e64600ec-cabd-45fc-b255-d63fefefc61c
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-02-21T05:16:13.732Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:16:13.732Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T05:16:13.732Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T05:16:13.732Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T05:16:13.733Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-21T05:16:13.733Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T05:16:13.733Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:16:13.734Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T05:16:43.734Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e64600ec-cabd-45fc-b255-d63fefefc61c 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-02-21T05:16:43.736Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e64600ec-cabd-45fc-b255-d63fefefc61c and serviceModelVersionId: 1f078065-e594-4e79-8aee-42d0b874666f
2022-02-21T05:16:43.737Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4868177-8a81-411b-8ece-51078e54cf0e
2022-02-21T05:16:43.737Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0
2022-02-21T05:16:43.740Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-21T05:16:43.762Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?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-02-21T05:16:43.762Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||Invoke
2022-02-21T05:16:45.294Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?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-02-21T05:16:45.294Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||Invoke
2022-02-21T05:16:46.830Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?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-02-21T05:16:46.831Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||Invoke
2022-02-21T05:16:47.865Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:16:47.865Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T05:16:47.866Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:16:47.866Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T05:16:47.870Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|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-02-21T05:16:47.870Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e64600ec-cabd-45fc-b255-d63fefefc61c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:16:47.870Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T05:16:47.870Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:16:47.871Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:16:47.872Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|DEBUG|500||try to send status {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420607870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:16:47.972Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:16:47.972Z||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-02-21T05:16:47.972Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:47.987Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:47.988Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-21T05:16:48.878Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:16:48.879Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:16:48.879Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:16:58.422Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:16:58.422Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:16:58.422Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:16:58.423Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:17:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:17:02.537Z||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-02-21T05:17:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:17:02.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:17:02.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:17:02.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:17:02.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:17:07.959Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:17:07.959Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:17:07.960Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:17:07.960Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:17:17.496Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:17:17.497Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:17:17.497Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:17:17.497Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:17:27.031Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:18:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:18:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:18:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:18:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:18:02.537Z||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-02-21T05:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:18:03.060Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:18:03.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/resourceInstances/pnfe945d08a0cb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420562158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420571083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:18:03.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:18:03.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420572725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfpap7tqd5fg7dljmxnw/1.0/artifacts/service-DemoPnfHfpap7tqd5fg7dljmxnw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:18:03.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:18:03.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T05:18:03.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e64600ec-cabd-45fc-b255-d63fefefc61c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645420607870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:18:03.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:18:12.077Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:19:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:19:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:19:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:19:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:19:02.537Z||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-02-21T05:19:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:19:12.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:19:12.080Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:20:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:20:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:20:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:20:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:20:02.537Z||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-02-21T05:20:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:20:12.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:20:12.084Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:21:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:21:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:21:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:21:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:21:02.537Z||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-02-21T05:21:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:21:12.081Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:21:12.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:22:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:22:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:22:02.536Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:22:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:22:02.537Z||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-02-21T05:22:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:22:12.075Z|e64600ec-cabd-45fc-b255-d63fefefc61c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4868177-8a81-411b-8ece-51078e54cf0e/model-vers/model-ver/1f078065-e594-4e79-8aee-42d0b874666f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:22:12.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:23:02.536Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:23:02.536Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:23:02.536Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:23:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:23:02.538Z||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-02-21T05:23:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:23:12.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:23:12.080Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:02.536Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:24:02.536Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:24:02.536Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:24:02.537Z||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-02-21T05:24:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:24:03.189Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:03.190Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||received message from topic
2022-02-21T05:24:03.190Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"19335424-5be6-4b00-ba35-607a2650a020","serviceName":"Demo_pNF_eH6G1tzAqXNc6wWiY3Z9","serviceVersion":"1.0","serviceUUID":"f73c8376-e821-4852-b68c-4a8be7122a0f","serviceDescription":"catalog service description","serviceInvariantUUID":"2941b638-28d5-4247-9154-66f9c3b52ca9","resources":[{"resourceInstanceName":"pNF 88b51e0b-5720 0","resourceName":"pNF 88b51e0b-5720","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"01548384-1f03-4bfa-809e-6241791f27c1","resourceInvariantUUID":"25d7a69f-3c51-4e6f-af0c-20d4cc710bba","resourceCustomizationUUID":"114b9b13-fc55-43a6-992d-93a2b330010b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml","artifactChecksum":"YjgxODc2NGFlM2FkNDBiOWQxZDBiZTY3NzdiZjkyNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69ab89ed-c0f3-49bd-8cb0-37ea4e52bd27","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar","artifactChecksum":"NGJjNDU0MjQyOWQ1OTQ1NmZhZDUyYTJjOTY0MjgxNjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae8a64a6-2a28-4526-a272-6d3e0f3f1f97","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cee7b845-760b-4599-84f1-fe8c33c9bbff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml","artifactChecksum":"NDk0ZTRlZmFjMmQ1M2E1ZGZhZTZmYzRkOGM3YzdmYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31e9a7f1-0109-4c27-b30a-ed2cbbec705e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"558a5de2-2a9c-4db3-b8e2-977e1912f351","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82589fb4-3dad-4bbd-bf20-b1a11d09f4ef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml","artifactChecksum":"YWRjYmE3NjA5YTZkZDk2NDI4YmY5ZGQxMjJjNjlmYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfcaac1b-52c1-42b4-9bc0-bddcace11288","artifactVersion":"1"},{"artifactName":"service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar","artifactChecksum":"YTMzZjAxZjQ1MDM5ZTJhZjU3ZjI3OTE0MDBiMDJiMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53bac57e-3f5d-49c8-ad92-5b456e410f3b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T05:24:03.191Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:24:03.191Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:03.192Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:03.193Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420996899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420994290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645420998560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645420997174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645420990820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420994290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645420998560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420996899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645420997174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645420990820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421000909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420994290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645420998560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420996899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645420997174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645420990820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421000909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420994290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645420998560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420996899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645420997174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645420990820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421000909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420994290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645420998560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420996899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645420997174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645420990820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421000909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420994290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645420998560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420996899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645420997174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645420990820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421000909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420994290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645420998560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420996899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645420997174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645420990820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421000909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645420994290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645420998560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645420996899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645420997174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645420990820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421006280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421000909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421007650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421007652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:24:03.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645421007655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645421007661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421006280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421000909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "cds",
  "timestamp": 1645421008659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-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-02-21T05:24:03.218Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19335424-5be6-4b00-ba35-607a2650a020
2022-02-21T05:24:03.218Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19335424-5be6-4b00-ba35-607a2650a020 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-02-21T05:24:03.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421008669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645421008665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421006280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421009307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421009671,
  "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-02-21T05:24:03.230Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 19335424-5be6-4b00-ba35-607a2650a020
2022-02-21T05:24:03.231Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19335424-5be6-4b00-ba35-607a2650a020 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-02-21T05:24:03.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "policy-id",
  "timestamp": 1645421009668,
  "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-02-21T05:24:03.242Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19335424-5be6-4b00-ba35-607a2650a020
2022-02-21T05:24:03.242Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19335424-5be6-4b00-ba35-607a2650a020 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-02-21T05:24:03.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421006280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421010309,
  "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-02-21T05:24:03.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19335424-5be6-4b00-ba35-607a2650a020
2022-02-21T05:24:03.253Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19335424-5be6-4b00-ba35-607a2650a020 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-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421006280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421006280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421006280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421006280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:24:03.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421015011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645421015097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421016015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645421016110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421017019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "clamp",
  "timestamp": 1645421017113,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:24:03.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19335424-5be6-4b00-ba35-607a2650a020
2022-02-21T05:24:03.264Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19335424-5be6-4b00-ba35-607a2650a020 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T05:24:03.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:24:03.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "aai-ml",
  "timestamp": 1645421018022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T05:24:03.274Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 19335424-5be6-4b00-ba35-607a2650a020
2022-02-21T05:24:03.274Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19335424-5be6-4b00-ba35-607a2650a020 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-02-21T05:24:03.293Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:24:03.293Z||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-02-21T05:24:03.293Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:03.303Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:03.303Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:24:04.193Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:24:04.194Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:04.195Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:04.195Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:04.295Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:24:04.296Z||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-02-21T05:24:04.296Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:04.307Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:04.307Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:24:05.195Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:24:05.196Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:05.197Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:05.197Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:05.297Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:24:05.298Z||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-02-21T05:24:05.298Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:05.306Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:05.307Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:24:06.197Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:24:06.198Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:06.199Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:06.199Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:06.299Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:24:06.300Z||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-02-21T05:24:06.300Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:06.309Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:06.310Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:24:07.200Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:24:07.200Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:07.202Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:07.202Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:07.302Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:24:07.303Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:24:07.303Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:07.313Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:07.313Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:24:08.202Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:24:08.203Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:08.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:08.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:08.304Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:24:08.305Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:24:08.305Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:08.316Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:08.316Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:24:09.205Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:24:09.205Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:09.207Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:09.207Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:24:09.307Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:24:09.307Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:24:09.307Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:09.319Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:09.319Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:24:10.207Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:24:10.208Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:10.209Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:10.209Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:24:10.310Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:24:10.310Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:24:10.310Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:10.321Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:10.321Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:24:11.210Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "serviceName": "Demo_pNF_eH6G1tzAqXNc6wWiY3Z9",
  "serviceVersion": "1.0",
  "serviceUUID": "f73c8376-e821-4852-b68c-4a8be7122a0f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2941b638-28d5-4247-9154-66f9c3b52ca9",
  "resources": [
    {
      "resourceInstanceName": "pNF 88b51e0b-5720 0",
      "resourceCustomizationUUID": "114b9b13-fc55-43a6-992d-93a2b330010b",
      "resourceName": "pNF 88b51e0b-5720",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "01548384-1f03-4bfa-809e-6241791f27c1",
      "resourceInvariantUUID": "25d7a69f-3c51-4e6f-af0c-20d4cc710bba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
      "artifactChecksum": "YTMzZjAxZjQ1MDM5ZTJhZjU3ZjI3OTE0MDBiMDJiMTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "53bac57e-3f5d-49c8-ad92-5b456e410f3b"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T05:24:11.210Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T05:24:11.211Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f73c8376-e821-4852-b68c-4a8be7122a0f ASDC
2022-02-21T05:24:11.211Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||ASDC Notification:
DistributionID:19335424-5be6-4b00-ba35-607a2650a020
ServiceName:Demo_pNF_eH6G1tzAqXNc6wWiY3Z9
ServiceVersion:1.0
ServiceUUID:f73c8376-e821-4852-b68c-4a8be7122a0f
ServiceInvariantUUID:2941b638-28d5-4247-9154-66f9c3b52ca9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
ArtifactUUID:53bac57e-3f5d-49c8-ad92-5b456e410f3b
ArtifactChecksum:YTMzZjAxZjQ1MDM5ZTJhZjU3ZjI3OTE0MDBiMDJiMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 88b51e0b-5720 0
ResourceCustomizationUUID:114b9b13-fc55-43a6-992d-93a2b330010b
ResourceInvariantUUID:25d7a69f-3c51-4e6f-af0c-20d4cc710bba
ResourceName:pNF 88b51e0b-5720
ResourceType:PNF
ResourceUUID:01548384-1f03-4bfa-809e-6241791f27c1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-21T05:24:11.211Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f73c8376-e821-4852-b68c-4a8be7122a0f 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-02-21T05:24:11.231Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:24:11.231Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:24:11.231Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:24:11.231Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Trying to download the artifact UUID: 53bac57e-3f5d-49c8-ad92-5b456e410f3b from URL: /sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:11.232Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:24:11.232Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:11.489Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:24:11.491Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar 53bac57e-3f5d-49c8-ad92-5b456e410f3b 82634
2022-02-21T05:24:11.492Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar ASDC sendASDCNotification
2022-02-21T05:24:11.492Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:11.492Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:24:11.492Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:11.493Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:11.493Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421051492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:24:11.593Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:24:11.594Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:24:11.594Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:11.603Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:11.603Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:24:12.494Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:24:12.494Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:24:12.495Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Trying to write artifact UUID: 53bac57e-3f5d-49c8-ad92-5b456e410f3b, URL: /sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar to file: /app/ASDC/1/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:12.495Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:12.495Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:12.495Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:12.768Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16076375680977759163/Definitions/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml
2022-02-21T05:24:13.285Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T05:24:13.285Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||####################################################################################################
2022-02-21T05:24:13.285Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|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-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|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-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|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-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|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-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|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-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 88b51e0b-5720 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-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|WARN|500||####################################################################################################
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Node template pNF 88b51e0b-5720 0 is matching search criteria
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:24:13.286Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Found topology templates [pNF 88b51e0b-5720 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Node template pNF 88b51e0b-5720 0 is matching search criteria
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Found topology templates [pNF 88b51e0b-5720 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.287Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.288Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.288Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_eH6G1tzAqXNc6wWiY3Z9
Description:catalog service description
Model UUID:f73c8376-e821-4852-b68c-4a8be7122a0f
Model Version:NULL
Model InvariantUuid:2941b638-28d5-4247-9154-66f9c3b52ca9
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-02-21T05:24:13.292Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 01548384-1f03-4bfa-809e-6241791f27c1
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-02-21T05:24:13.293Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||pNF 88b51e0b-5720 0
2022-02-21T05:24:13.293Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 01548384-1f03-4bfa-809e-6241791f27c1
2022-02-21T05:24:13.293Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||No resources found for Service: f73c8376-e821-4852-b68c-4a8be7122a0f
2022-02-21T05:24:13.293Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Preparing to deploy Service: f73c8376-e821-4852-b68c-4a8be7122a0f
2022-02-21T05:24:13.294Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 88b51e0b-5720 0 01548384-1f03-4bfa-809e-6241791f27c1 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-02-21T05:24:13.295Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5aaec96c, org.onap.sdc.toscaparser.api.parameters.Input@752c3b2f, org.onap.sdc.toscaparser.api.parameters.Input@4de8b62c, org.onap.sdc.toscaparser.api.parameters.Input@14cb5934, org.onap.sdc.toscaparser.api.parameters.Input@38020768]
2022-02-21T05:24:13.295Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.295Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.296Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500|| resourceSeq for service uuid f73c8376-e821-4852-b68c-4a8be7122a0f: pNF 88b51e0b-5720
2022-02-21T05:24:13.296Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Processing PNF resource: 01548384-1f03-4bfa-809e-6241791f27c1
2022-02-21T05:24:13.296Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:24:13.296Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Service Demo_pNF_eH6G1tzAqXNc6wWiY3Z9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:24:13.296Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||Resource customization UUID: 114b9b13-fc55-43a6-992d-93a2b330010b is the same as notified resource customizationUUID: 114b9b13-fc55-43a6-992d-93a2b330010b
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-02-21T05:24:13.313Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 88b51e0b-5720 01548384-1f03-4bfa-809e-6241791f27c1 0 ASDC deployResourceStructure
2022-02-21T05:24:13.313Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar ASDC sendASDCNotification
2022-02-21T05:24:13.313Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar
2022-02-21T05:24:13.313Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:24:13.313Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:13.314Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:13.314Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421053313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:24:13.415Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:24:13.415Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:24:13.415Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:13.426Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:13.427Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:24:14.315Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19335424-5be6-4b00-ba35-607a2650a020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:24:14.322Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19335424-5be6-4b00-ba35-607a2650a020
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-02-21T05:24:14.324Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:24:14.324Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T05:24:14.324Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T05:24:14.324Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T05:24:14.324Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-21T05:24:14.324Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T05:24:14.324Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:24:14.329Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T05:24:44.329Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 19335424-5be6-4b00-ba35-607a2650a020 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-02-21T05:24:44.332Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19335424-5be6-4b00-ba35-607a2650a020 and serviceModelVersionId: f73c8376-e821-4852-b68c-4a8be7122a0f
2022-02-21T05:24:44.332Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2941b638-28d5-4247-9154-66f9c3b52ca9
2022-02-21T05:24:44.333Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0
2022-02-21T05:24:44.336Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-21T05:24:44.358Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25da2cc6-2976-449c-a446-726502c5bfff/model-vers/model-ver/c4a117d2-69c7-4605-9c5c-8afafc2dcfa6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?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-02-21T05:24:44.358Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||Invoke
2022-02-21T05:24:45.870Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?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-02-21T05:24:45.871Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||Invoke
2022-02-21T05:24:47.406Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?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-02-21T05:24:47.407Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||Invoke
2022-02-21T05:24:48.441Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:24:48.441Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T05:24:48.442Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:24:48.442Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T05:24:48.444Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|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-02-21T05:24:48.444Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19335424-5be6-4b00-ba35-607a2650a020 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:24:48.444Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T05:24:48.445Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:24:48.446Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:24:48.446Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421088444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:24:48.547Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:24:48.548Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:24:48.548Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:24:48.562Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:24:48.562Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-21T05:25:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:25:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:25:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:25:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:25:02.537Z||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-02-21T05:25:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:25:02.657Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:25:02.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-21T05:25:02.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:25:02.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:25:12.080Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:26:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:26:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:26:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:26:02.537Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:26:02.537Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:26:02.537Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:26:03.058Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:26:03.058Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:26:03.059Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/resourceInstances/pnf88b51e0b57200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421042536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Missing status on Status Object. 
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421051492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421053313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEh6g1tzaqxnc6wwiy3z9/1.0/artifacts/service-DemoPnfEh6g1tzaqxnc6wwiy3z9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "19335424-5be6-4b00-ba35-607a2650a020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421088444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:26:03.060Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:26:12.077Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:27:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:27:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:27:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:27:02.537Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:27:02.537Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:27:02.537Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:27:12.077Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:27:12.077Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:28:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:28:02.536Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:28:02.537Z||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-02-21T05:28:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:28:02.665Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:02.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421253560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421246280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421250820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421253560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421246280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421250820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421256899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421246280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421253560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421250820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421256899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421253560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421246280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421250820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421256899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421253560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421246280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421250820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421256899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421246280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421253560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421250820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421256899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421260909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421246280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421253560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421250820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421260909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421256899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421260909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421256899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421263691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421263694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421263690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421260909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421264696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:28:02.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "cds",
  "timestamp": 1645421264699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-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-02-21T05:28:02.689Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 759fae52-6774-4ea2-b00e-895bd656db46
2022-02-21T05:28:02.690Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759fae52-6774-4ea2-b00e-895bd656db46 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-02-21T05:28:02.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421264694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421264289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421260909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421265700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:28:02.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "policy-id",
  "timestamp": 1645421265696,
  "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-02-21T05:28:02.702Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 759fae52-6774-4ea2-b00e-895bd656db46
2022-02-21T05:28:02.702Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759fae52-6774-4ea2-b00e-895bd656db46 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-02-21T05:28:02.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421264289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421260909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "aai-ml",
  "timestamp": 1645421266703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T05:28:02.713Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 759fae52-6774-4ea2-b00e-895bd656db46
2022-02-21T05:28:02.713Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759fae52-6774-4ea2-b00e-895bd656db46 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-02-21T05:28:02.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421264289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421260909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421267174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421264289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421268607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:02.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421267174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421264289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421269660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:02.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421267174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421264289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421270712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:02.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421267174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421264289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421271747,
  "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-02-21T05:28:02.730Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 759fae52-6774-4ea2-b00e-895bd656db46
2022-02-21T05:28:02.730Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759fae52-6774-4ea2-b00e-895bd656db46 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T05:28:02.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421267174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421272015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:02.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421272750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:28:02.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421267174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421267174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:28:02.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421274735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:28:02.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:28:02.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421275738,
  "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-02-21T05:28:02.743Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 759fae52-6774-4ea2-b00e-895bd656db46
2022-02-21T05:28:02.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759fae52-6774-4ea2-b00e-895bd656db46 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-02-21T05:28:02.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421276280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421276899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421268560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421270820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421276280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421276899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421268560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421270820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421276280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421276899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421268560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421270820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421276280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421276899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421268560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421270820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421280909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421276280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421276899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421268560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421270820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:02.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:28:03.162Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:03.163Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||received message from topic
2022-02-21T05:28:03.163Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"759fae52-6774-4ea2-b00e-895bd656db46","serviceName":"vFW 2022-02-21 05-26-38","serviceVersion":"1.0","serviceUUID":"ff0745cd-ba67-4421-8383-7a35284ffae3","serviceDescription":"catalog service description","serviceInvariantUUID":"02e374a8-35b9-48ee-92dc-0cfe2974afbe","resources":[{"resourceInstanceName":"vFW a43a62d8-38c9 0","resourceName":"vFW a43a62d8-38c9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0888226-6506-4980-8760-4ae78d2ba468","resourceInvariantUUID":"610e9ce2-aac1-4a72-bb0e-2dc366ca7ca2","resourceCustomizationUUID":"9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml","artifactChecksum":"NWYxYzZjOTkyMzU1MDdhYmEwNTg1ODY3MDkxMGM2MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"528d6c3c-ab3d-4a5d-8bd8-dc89a645f269","artifactVersion":"1"},{"artifactName":"vfwa43a62d838c90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json","artifactChecksum":"ZDliNDU5ZGEzZmRhNWU3ZmNhMzdiNmE0ZmI5N2Q1OGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f959945-ee78-4143-ad8c-50e8cf94c289","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d2c9e066-6fcb-44ae-9dec-86d50a267535","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml","artifactChecksum":"Y2Q5MDJkODhjMzc3MThiMDEyNzU2MmMxZWVkNDk2Yzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3de78de5-5a9d-4fd0-8cbc-19139c698810","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3775eb1e-4156-4469-a6ec-309f66ef9c2a","artifactVersion":"2","generatedFromUUID":"d2c9e066-6fcb-44ae-9dec-86d50a267535"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221052638-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml","artifactChecksum":"NDhmNmMxOGZjYTI5MGM4MDBkNDcxMGQ1M2RiYTliNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a1e284d-fc26-4bec-b605-6763183b56a6","artifactVersion":"1"},{"artifactName":"service-Vfw20220221052638-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar","artifactChecksum":"N2EyNzg2ODJjM2ZlYmZkZDg2ZTg4Mzk0NWY4ZTYxYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45054d18-d29f-41e6-a613-cd7f2357f40c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T05:28:03.164Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:03.164Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:03.166Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:03.166Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:03.266Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:03.267Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:03.267Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:03.279Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:03.279Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:04.166Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:04.167Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:04.169Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:04.169Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:28:04.269Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:04.270Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:04.270Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:04.280Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:04.280Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:05.169Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:05.170Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:05.171Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:05.171Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:28:05.271Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:05.272Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:05.272Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:05.284Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:05.284Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:06.171Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:06.172Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:06.173Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:06.173Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:06.274Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:06.274Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:06.274Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:06.284Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:06.284Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:07.174Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:07.174Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:07.176Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:07.176Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:28:07.276Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:07.276Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:07.276Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:07.287Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:07.287Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:28:08.176Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:08.177Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:08.178Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:08.178Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:08.278Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:08.278Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:08.279Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:08.288Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:08.288Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:09.178Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:09.179Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:09.180Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:09.180Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:28:09.281Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:09.281Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:09.281Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:09.293Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:09.293Z||pool-154-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:10.181Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "serviceName": "vFW 2022-02-21 05-26-38",
  "serviceVersion": "1.0",
  "serviceUUID": "ff0745cd-ba67-4421-8383-7a35284ffae3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "02e374a8-35b9-48ee-92dc-0cfe2974afbe",
  "resources": [
    {
      "resourceInstanceName": "vFW a43a62d8-38c9 0",
      "resourceCustomizationUUID": "9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6",
      "resourceName": "vFW a43a62d8-38c9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c0888226-6506-4980-8760-4ae78d2ba468",
      "resourceInvariantUUID": "610e9ce2-aac1-4a72-bb0e-2dc366ca7ca2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa43a62d838c90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
          "artifactChecksum": "ZDliNDU5ZGEzZmRhNWU3ZmNhMzdiNmE0ZmI5N2Q1OGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f959945-ee78-4143-ad8c-50e8cf94c289",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d2c9e066-6fcb-44ae-9dec-86d50a267535",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3775eb1e-4156-4469-a6ec-309f66ef9c2a",
            "generatedFromUUID": "d2c9e066-6fcb-44ae-9dec-86d50a267535"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3775eb1e-4156-4469-a6ec-309f66ef9c2a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221052638-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
      "artifactChecksum": "N2EyNzg2ODJjM2ZlYmZkZDg2ZTg4Mzk0NWY4ZTYxYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45054d18-d29f-41e6-a613-cd7f2357f40c"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T05:28:10.181Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T05:28:10.182Z|1481f93e-42dd-4505-ba07-b30605903c93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff0745cd-ba67-4421-8383-7a35284ffae3 ASDC
2022-02-21T05:28:10.182Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||ASDC Notification:
DistributionID:759fae52-6774-4ea2-b00e-895bd656db46
ServiceName:vFW 2022-02-21 05-26-38
ServiceVersion:1.0
ServiceUUID:ff0745cd-ba67-4421-8383-7a35284ffae3
ServiceInvariantUUID:02e374a8-35b9-48ee-92dc-0cfe2974afbe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221052638-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar
ArtifactUUID:45054d18-d29f-41e6-a613-cd7f2357f40c
ArtifactChecksum:N2EyNzg2ODJjM2ZlYmZkZDg2ZTg4Mzk0NWY4ZTYxYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a43a62d8-38c9 0
ResourceCustomizationUUID:9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6
ResourceInvariantUUID:610e9ce2-aac1-4a72-bb0e-2dc366ca7ca2
ResourceName:vFW a43a62d8-38c9
ResourceType:VF
ResourceUUID:c0888226-6506-4980-8760-4ae78d2ba468
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa43a62d838c90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json
ArtifactUUID:7f959945-ee78-4143-ad8c-50e8cf94c289
ArtifactChecksum:ZDliNDU5ZGEzZmRhNWU3ZmNhMzdiNmE0ZmI5N2Q1OGY=
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/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml
ArtifactUUID:d2c9e066-6fcb-44ae-9dec-86d50a267535
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/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env
ArtifactUUID:3775eb1e-4156-4469-a6ec-309f66ef9c2a
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/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env
ArtifactUUID:3775eb1e-4156-4469-a6ec-309f66ef9c2a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T05:28:10.182Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff0745cd-ba67-4421-8383-7a35284ffae3 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-02-21T05:28:10.207Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:28:10.207Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:28:10.207Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:28:10.207Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Trying to download the artifact UUID: 45054d18-d29f-41e6-a613-cd7f2357f40c from URL: /sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:10.208Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:28:10.208Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:10.588Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:28:10.591Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar 45054d18-d29f-41e6-a613-cd7f2357f40c 98922
2022-02-21T05:28:10.591Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar ASDC sendASDCNotification
2022-02-21T05:28:10.591Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:10.592Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:28:10.592Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:10.593Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:10.593Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421290591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:10.693Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:10.694Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:10.694Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:10.704Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:10.704Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:11.593Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:28:11.594Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:28:11.594Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Trying to write artifact UUID: 45054d18-d29f-41e6-a613-cd7f2357f40c, URL: /sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar to file: /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:11.594Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221052638-csar.csar
2022-02-21T05:28:11.595Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:11.595Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:11.723Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5330254253402494795/Definitions/service-Vfw20220221052638-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-21T05:28:13.070Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T05:28:13.070Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||####################################################################################################
2022-02-21T05:28:13.070Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.070Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T05:28:13.070Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|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-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|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-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|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-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a43a62d8-38c9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|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-Vfw20220221052638-csar.csar
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|WARN|500||####################################################################################################
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:28:13.071Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is not matching search criteria
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:28:13.072Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T05:28:13.073Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is not matching search criteria
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T05:28:13.074Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6559f27a-81a2-46bd-a585-a3d41d515f33
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.075Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0fb2874a-654a-4e38-934e-cc85417db021
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.076Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d16b630-c783-4095-9fdc-c2df29ed3f36
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:13.077Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 05-26-38
Description:catalog service description
Model UUID:ff0745cd-ba67-4421-8383-7a35284ffae3
Model Version:NULL
Model InvariantUuid:02e374a8-35b9-48ee-92dc-0cfe2974afbe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a43a62d8-38c9
Model UUID:6c99a5e8-a8e4-40b8-8298-12a7116fd7e2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:610e9ce2-aac1-4a72-bb0e-2dc366ca7ca2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ed6d4e1-19bb-4577-961b-6547c14ba09e
ModelName:VfwA43a62d838c9..base_vfw..module-0
ModelUuid:7f61b792-e825-401e-93fb-7e18198444d3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6559f27a-81a2-46bd-a585-a3d41d515f33
ModelInvariantUuid:7e2bd7ad-ce93-48df-a208-e3b19f335cac
ModelName:vFW a43a62d8-38c9-nodes.vfwCvfc
ModelUuid:b905bef8-6837-41d2-bcda-bd05651d7071
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e036f514-8cdc-4718-90aa-f1cf5083ae60
ModelInvariantUuid:6c8ffb88-a474-433e-873b-57c80eb08117
ModelName:VfwA43a62d838c9.compute.nodes.heat.vfw
ModelUuid:782dccec-1491-4053-a6ae-b6e240c170c1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0fb2874a-654a-4e38-934e-cc85417db021
ModelInvariantUuid:d50e19a0-b83f-4901-842f-8e7101dfc37f
ModelName:vFW a43a62d8-38c9-nodes.vsnCvfc
ModelUuid:6b776963-3e81-494c-93d2-1d647130c241
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9ffdf06c-95f1-42fb-a0ee-19fcd298add6
ModelInvariantUuid:150daf30-05bc-4caa-a2a2-22c03e739d9c
ModelName:VfwA43a62d838c9.compute.nodes.heat.vsn
ModelUuid:dfdbe9e6-4eb0-4b39-b6f1-1187085c09e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d16b630-c783-4095-9fdc-c2df29ed3f36
ModelInvariantUuid:f64fc834-8e42-4a1c-9008-e82801dbb792
ModelName:vFW a43a62d8-38c9-nodes.vpgCvfc
ModelUuid:277c66e1-9b25-49d3-9cea-999e177d7a89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8f4a61e7-8bb1-43e4-aadc-5773d39411c1
ModelInvariantUuid:218e1a7e-1adc-4ea5-a067-fb71dabc5b57
ModelName:VfwA43a62d838c9.compute.nodes.heat.vpg
ModelUuid:daa30181-e79a-44a4-9186-58196ee383ca
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-02-21T05:28:13.080Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: c0888226-6506-4980-8760-4ae78d2ba468
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-02-21T05:28:13.081Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||vFW a43a62d8-38c9 0
2022-02-21T05:28:13.081Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: c0888226-6506-4980-8760-4ae78d2ba468
2022-02-21T05:28:13.081Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Trying to download the artifact UUID: 7f959945-ee78-4143-ad8c-50e8cf94c289 from URL: /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json
2022-02-21T05:28:13.081Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:28:13.081Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json
2022-02-21T05:28:13.391Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:28:13.391Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json 7f959945-ee78-4143-ad8c-50e8cf94c289 785
2022-02-21T05:28:13.391Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json ASDC sendASDCNotification
2022-02-21T05:28:13.391Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json
2022-02-21T05:28:13.391Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:28:13.391Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:13.392Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:13.393Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421293391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:13.493Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:13.493Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:13.493Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:13.504Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:13.504Z||pool-156-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:28:14.393Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA43a62d838c9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6ed6d4e1-19bb-4577-961b-6547c14ba09e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f61b792-e825-401e-93fb-7e18198444d3",
    "vfModuleModelCustomizationUUID": "e241f21d-e8e2-44ea-830f-4a7652d0e650",
    "isBase": true,
    "artifacts": [
      "d2c9e066-6fcb-44ae-9dec-86d50a267535",
      "3775eb1e-4156-4469-a6ec-309f66ef9c2a"
    ],
    "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-02-21T05:28:14.395Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA43a62d838c9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f61b792-e825-401e-93fb-7e18198444d3
VfModuleModelInvariantUUID:6ed6d4e1-19bb-4577-961b-6547c14ba09e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2c9e066-6fcb-44ae-9dec-86d50a267535
,
3775eb1e-4156-4469-a6ec-309f66ef9c2a

}
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-02-21T05:28:14.397Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA43a62d838c9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6ed6d4e1-19bb-4577-961b-6547c14ba09e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f61b792-e825-401e-93fb-7e18198444d3",
    "vfModuleModelCustomizationUUID": "e241f21d-e8e2-44ea-830f-4a7652d0e650",
    "isBase": true,
    "artifacts": [
      "d2c9e066-6fcb-44ae-9dec-86d50a267535",
      "3775eb1e-4156-4469-a6ec-309f66ef9c2a"
    ],
    "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-02-21T05:28:14.397Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA43a62d838c9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f61b792-e825-401e-93fb-7e18198444d3
VfModuleModelInvariantUUID:6ed6d4e1-19bb-4577-961b-6547c14ba09e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2c9e066-6fcb-44ae-9dec-86d50a267535
,
3775eb1e-4156-4469-a6ec-309f66ef9c2a

}
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-02-21T05:28:14.397Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Trying to download the artifact UUID: d2c9e066-6fcb-44ae-9dec-86d50a267535 from URL: /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml
2022-02-21T05:28:14.397Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:28:14.397Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml
2022-02-21T05:28:14.686Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:28:14.686Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml d2c9e066-6fcb-44ae-9dec-86d50a267535 20368
2022-02-21T05:28:14.687Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T05:28:14.687Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml
2022-02-21T05:28:14.687Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:28:14.687Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:14.688Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:14.688Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421294686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:14.788Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:14.789Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:14.789Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:14.799Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:14.799Z||pool-157-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:15.689Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Trying to download the artifact UUID: 3775eb1e-4156-4469-a6ec-309f66ef9c2a from URL: /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env
2022-02-21T05:28:15.690Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:28:15.690Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env
2022-02-21T05:28:15.991Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:28:15.991Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env 3775eb1e-4156-4469-a6ec-309f66ef9c2a 2098
2022-02-21T05:28:15.992Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T05:28:15.992Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env
2022-02-21T05:28:15.992Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:28:15.992Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:15.993Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:15.994Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421295991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:28:16.094Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:16.094Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:16.094Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:16.105Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:16.105Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:16.994Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Preparing to deploy Service: ff0745cd-ba67-4421-8383-7a35284ffae3
2022-02-21T05:28:16.994Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a43a62d8-38c9 0 c0888226-6506-4980-8760-4ae78d2ba468 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-02-21T05:28:17.002Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@421ac63b, org.onap.sdc.toscaparser.api.parameters.Input@321d5c7c, org.onap.sdc.toscaparser.api.parameters.Input@2950c0a5, org.onap.sdc.toscaparser.api.parameters.Input@657e53c9, org.onap.sdc.toscaparser.api.parameters.Input@71c17a43]
2022-02-21T05:28:17.003Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.003Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:17.003Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||VF Category is: Generic 
2022-02-21T05:28:17.003Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||VFCustomizationUUID= 9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6
2022-02-21T05:28:17.003Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6 matches Tosca VF Customization UUID: 9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6
2022-02-21T05:28:17.003Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||vfCustomizationUUID: 9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6  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-02-21T05:28:17.004Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.004Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:17.005Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||resource request for resource customization id 9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T05:28:17.005Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11ea75cb
2022-02-21T05:28:17.005Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.005Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T05:28:17.005Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e241f21d-e8e2-44ea-830f-4a7652d0e650
2022-02-21T05:28:17.005Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e241f21d-e8e2-44ea-830f-4a7652d0e650
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-02-21T05:28:17.006Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.006Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:17.006Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:28:17.006Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.006Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is not matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:17.007Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:28:17.008Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:17.008Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:28:17.008Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:17.008Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6559f27a-81a2-46bd-a585-a3d41d515f33
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-02-21T05:28:17.009Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.009Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:17.009Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:28:17.009Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.009Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is not matching search criteria
2022-02-21T05:28:17.009Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:17.010Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0fb2874a-654a-4e38-934e-cc85417db021
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-02-21T05:28:17.011Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.011Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:17.011Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:28:17.012Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:28:17.013Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:28:17.013Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T05:28:17.013Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d16b630-c783-4095-9fdc-c2df29ed3f36
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-02-21T05:28:17.014Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.014Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:17.014Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:28:17.014Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.014Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Node template vFW a43a62d8-38c9 0 is matching search criteria
2022-02-21T05:28:17.014Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found topology templates [vFW a43a62d8-38c9 0] matching following query criteria: sdcType=VF, customizationUUID=9cfcaaf5-6a02-4aa1-9c2f-e0e52f0be0c6
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-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500|| resourceSeq for service uuid ff0745cd-ba67-4421-8383-7a35284ffae3: vFW a43a62d8-38c9
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:17.015Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.016Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:17.016Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:28:17.016Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Service vFW 2022-02-21 05-26-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:28:17.016Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||Saving Service: vFW 2022-02-21 05-26-38 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T05:28:17.079Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a43a62d8-38c9 c0888226-6506-4980-8760-4ae78d2ba468 1 ASDC deployResourceStructure
2022-02-21T05:28:17.079Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json ASDC sendASDCNotification
2022-02-21T05:28:17.079Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json
2022-02-21T05:28:17.079Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:28:17.080Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:17.081Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:17.081Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421297079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:28:17.181Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:17.182Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:17.182Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:17.191Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:17.191Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:28:18.081Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T05:28:18.082Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml
2022-02-21T05:28:18.082Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:28:18.082Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:18.084Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:18.084Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421298081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:28:18.184Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:18.184Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:18.185Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:18.195Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:18.195Z||pool-160-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:19.085Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T05:28:19.085Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env
2022-02-21T05:28:19.085Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:28:19.085Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:19.086Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:19.086Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421299085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T05:28:19.186Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:19.187Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:19.187Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:19.197Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:19.197Z||pool-161-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:20.087Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar ASDC sendASDCNotification
2022-02-21T05:28:20.088Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar
2022-02-21T05:28:20.088Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:28:20.088Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:20.089Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:20.090Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421300087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:28:20.190Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:20.190Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:20.190Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:20.201Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:20.201Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:21.090Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759fae52-6774-4ea2-b00e-895bd656db46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:28:21.099Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759fae52-6774-4ea2-b00e-895bd656db46
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-02-21T05:28:21.100Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:28:21.101Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T05:28:21.101Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T05:28:21.101Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T05:28:21.101Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T05:28:21.101Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:28:21.105Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T05:28:51.105Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 759fae52-6774-4ea2-b00e-895bd656db46 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-02-21T05:28:51.109Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 759fae52-6774-4ea2-b00e-895bd656db46 and serviceModelVersionId: ff0745cd-ba67-4421-8383-7a35284ffae3
2022-02-21T05:28:51.109Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02e374a8-35b9-48ee-92dc-0cfe2974afbe
2022-02-21T05:28:51.109Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0
2022-02-21T05:28:51.113Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1101622e-cdf6-4cc3-b2d3-a7c5eccfefe3/model-vers/model-ver/2313d275-0b14-4871-b48a-9a7ed394bfe5?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-21T05:28:51.134Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Invoke
2022-02-21T05:28:51.135Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7206a87f-4763-45c5-96c0-6f70aec388b5], X-ECOMP-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], X-TransactionId=[], X-ONAP-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], Content-Type=[application/merge-patch+json]}
2022-02-21T05:28:52.654Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Invoke
2022-02-21T05:28:52.654Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd4024df-c2e5-463c-8745-9592ede5546c], X-ECOMP-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], X-TransactionId=[], X-ONAP-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], Content-Type=[application/merge-patch+json]}
2022-02-21T05:28:54.191Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Invoke
2022-02-21T05:28:54.191Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb27f2ee-b81d-4914-ac41-e745616288ee], X-ECOMP-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], X-TransactionId=[], X-ONAP-RequestID=[759fae52-6774-4ea2-b00e-895bd656db46], Content-Type=[application/merge-patch+json]}
2022-02-21T05:28:55.225Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:28:55.225Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T05:28:55.225Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:28:55.225Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T05:28:55.229Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|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-02-21T05:28:55.229Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 759fae52-6774-4ea2-b00e-895bd656db46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:28:55.229Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T05:28:55.229Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:55.231Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:55.231Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421335229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:28:55.331Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:55.331Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:55.332Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:55.343Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:55.343Z||pool-163-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-21T05:28:56.242Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||received message from topic
2022-02-21T05:28:56.242Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"dd26ee51-f3f1-4eb9-bbe8-276ca09e6104","serviceName":"Demo_pNF_wGLtUD8XiRuXSUAQphXI","serviceVersion":"1.0","serviceUUID":"977df77e-c74c-4be7-b5a3-ecc38e0382ce","serviceDescription":"catalog service description","serviceInvariantUUID":"6224fd39-585c-4b02-a5c0-a7761f9a74fa","resources":[{"resourceInstanceName":"pNF 696fd79b-65f3 0","resourceName":"pNF 696fd79b-65f3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30f791e9-81c2-4ba0-bff8-93d790e3b51a","resourceInvariantUUID":"0151b27c-6d05-45b0-9524-fc5bc4fd8773","resourceCustomizationUUID":"62549e7c-8917-4e28-9bde-3965c0bd3586","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml","artifactChecksum":"NTRkNDllMWJkNTA1ZjkyZjkzZTgyNzU2NmE2ZjYwYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc340773-b4d2-4402-87e5-425c96811cb5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar","artifactChecksum":"NGJjNDU0MjQyOWQ1OTQ1NmZhZDUyYTJjOTY0MjgxNjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2806cdfd-2114-4177-bf41-f1ed43cd3be5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8424d1b-6590-4e56-8b64-488a1379757e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml","artifactChecksum":"ZWJhYjdjZjY4MDA1ZDBlNzAyNWMyNjhlZTEyYjA0NDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"280ac4a6-1632-41b5-8d0d-c2783e4d7194","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64c04b0d-ea5c-4bba-8ec5-1abb59b7feab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0164692f-824c-47fc-a303-73d339c0af0f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWgltud8xiruxsuaqphxi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml","artifactChecksum":"MTNhN2Y4NTVlNGFhNWY0Y2M5YWMyMmQyZGIyZTg4NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a24114d-640c-4d99-8d27-10837fd12c06","artifactVersion":"1"},{"artifactName":"service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar","artifactChecksum":"Y2MzNGY4ZDE0MmE3ZTI2ZmRlNWY3Y2YwNDRiYjkzNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212210b9-6c2f-46d7-97a2-b496692d28ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T05:28:56.242Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:56.243Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:56.244Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:56.244Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:56.345Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:56.345Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:56.345Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:56.356Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:56.356Z||pool-164-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:57.245Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:57.245Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:57.247Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:57.247Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:57.347Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:57.347Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:57.347Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:57.357Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:57.357Z||pool-165-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:58.247Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:58.248Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:58.249Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:58.249Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:58.350Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:28:58.350Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:58.350Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:58.360Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:58.360Z||pool-166-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:28:59.250Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:28:59.250Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:28:59.251Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:28:59.252Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:28:59.352Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:28:59.352Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:28:59.352Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:28:59.363Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:28:59.363Z||pool-167-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:29:00.252Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:29:00.253Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:29:00.254Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:29:00.254Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:29:00.354Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:29:00.355Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:29:00.355Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:29:00.364Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:29:00.364Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:29:01.254Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:29:01.255Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:29:01.256Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:29:01.256Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:29:01.357Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:29:01.357Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:29:01.357Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:29:01.369Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:29:01.370Z||pool-169-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:29:02.257Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:29:02.257Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:29:02.258Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:29:02.259Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:29:02.359Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:29:02.359Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:29:02.359Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:29:02.386Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:29:02.386Z||pool-170-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:29:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:29:02.538Z||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-02-21T05:29:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:29:02.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:29:02.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:29:02.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421280909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:29:02.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:29:03.259Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:29:03.260Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:29:03.261Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:29:03.262Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:29:03.362Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:29:03.362Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:29:03.362Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:29:03.372Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:29:03.372Z||pool-171-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:29:04.262Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "serviceName": "Demo_pNF_wGLtUD8XiRuXSUAQphXI",
  "serviceVersion": "1.0",
  "serviceUUID": "977df77e-c74c-4be7-b5a3-ecc38e0382ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6224fd39-585c-4b02-a5c0-a7761f9a74fa",
  "resources": [
    {
      "resourceInstanceName": "pNF 696fd79b-65f3 0",
      "resourceCustomizationUUID": "62549e7c-8917-4e28-9bde-3965c0bd3586",
      "resourceName": "pNF 696fd79b-65f3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "30f791e9-81c2-4ba0-bff8-93d790e3b51a",
      "resourceInvariantUUID": "0151b27c-6d05-45b0-9524-fc5bc4fd8773",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
      "artifactChecksum": "Y2MzNGY4ZDE0MmE3ZTI2ZmRlNWY3Y2YwNDRiYjkzNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212210b9-6c2f-46d7-97a2-b496692d28ca"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T05:29:04.263Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T05:29:04.263Z|759fae52-6774-4ea2-b00e-895bd656db46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 977df77e-c74c-4be7-b5a3-ecc38e0382ce ASDC
2022-02-21T05:29:04.263Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||ASDC Notification:
DistributionID:dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
ServiceName:Demo_pNF_wGLtUD8XiRuXSUAQphXI
ServiceVersion:1.0
ServiceUUID:977df77e-c74c-4be7-b5a3-ecc38e0382ce
ServiceInvariantUUID:6224fd39-585c-4b02-a5c0-a7761f9a74fa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
ArtifactUUID:212210b9-6c2f-46d7-97a2-b496692d28ca
ArtifactChecksum:Y2MzNGY4ZDE0MmE3ZTI2ZmRlNWY3Y2YwNDRiYjkzNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 696fd79b-65f3 0
ResourceCustomizationUUID:62549e7c-8917-4e28-9bde-3965c0bd3586
ResourceInvariantUUID:0151b27c-6d05-45b0-9524-fc5bc4fd8773
ResourceName:pNF 696fd79b-65f3
ResourceType:PNF
ResourceUUID:30f791e9-81c2-4ba0-bff8-93d790e3b51a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-21T05:29:04.263Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 977df77e-c74c-4be7-b5a3-ecc38e0382ce 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-02-21T05:29:04.281Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:29:04.281Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:29:04.281Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:29:04.281Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Trying to download the artifact UUID: 212210b9-6c2f-46d7-97a2-b496692d28ca from URL: /sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:04.281Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - download
2022-02-21T05:29:04.281Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:04.328Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T05:29:04.330Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar 212210b9-6c2f-46d7-97a2-b496692d28ca 82628
2022-02-21T05:29:04.331Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar ASDC sendASDCNotification
2022-02-21T05:29:04.331Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:04.331Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:29:04.331Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:29:04.332Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:29:04.332Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421344331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:29:04.432Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:29:04.433Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:29:04.433Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:29:04.446Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:29:04.447Z||pool-172-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:29:05.333Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:29:05.333Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||MSO config path is: /app
2022-02-21T05:29:05.334Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Trying to write artifact UUID: 212210b9-6c2f-46d7-97a2-b496692d28ca, URL: /sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar to file: /app/ASDC/1/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.334Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.334Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.334Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.475Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3060133961752675985/Definitions/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml
2022-02-21T05:29:05.967Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T05:29:05.967Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|WARN|500||####################################################################################################
2022-02-21T05:29:05.967Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.967Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-21T05:29:05.967Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|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-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.967Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.967Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|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-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|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-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|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-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|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-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 696fd79b-65f3 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-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|WARN|500||####################################################################################################
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Node template pNF 696fd79b-65f3 0 is matching search criteria
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found topology templates [pNF 696fd79b-65f3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:29:05.968Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Node template pNF 696fd79b-65f3 0 is matching search criteria
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found topology templates [pNF 696fd79b-65f3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.969Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wGLtUD8XiRuXSUAQphXI
Description:catalog service description
Model UUID:977df77e-c74c-4be7-b5a3-ecc38e0382ce
Model Version:NULL
Model InvariantUuid:6224fd39-585c-4b02-a5c0-a7761f9a74fa
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-02-21T05:29:05.974Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 30f791e9-81c2-4ba0-bff8-93d790e3b51a
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-02-21T05:29:05.975Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||pNF 696fd79b-65f3 0
2022-02-21T05:29:05.975Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 30f791e9-81c2-4ba0-bff8-93d790e3b51a
2022-02-21T05:29:05.975Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||No resources found for Service: 977df77e-c74c-4be7-b5a3-ecc38e0382ce
2022-02-21T05:29:05.975Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Preparing to deploy Service: 977df77e-c74c-4be7-b5a3-ecc38e0382ce
2022-02-21T05:29:05.975Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 696fd79b-65f3 0 30f791e9-81c2-4ba0-bff8-93d790e3b51a 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-02-21T05:29:05.977Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a4e0320, org.onap.sdc.toscaparser.api.parameters.Input@69cb5d28, org.onap.sdc.toscaparser.api.parameters.Input@62b9ae50, org.onap.sdc.toscaparser.api.parameters.Input@4b57db54, org.onap.sdc.toscaparser.api.parameters.Input@21ea961d]
2022-02-21T05:29:05.977Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.977Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.977Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500|| resourceSeq for service uuid 977df77e-c74c-4be7-b5a3-ecc38e0382ce: pNF 696fd79b-65f3
2022-02-21T05:29:05.977Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Processing PNF resource: 30f791e9-81c2-4ba0-bff8-93d790e3b51a
2022-02-21T05:29:05.977Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:29:05.978Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Service Demo_pNF_wGLtUD8XiRuXSUAQphXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:29:05.978Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||Resource customization UUID: 62549e7c-8917-4e28-9bde-3965c0bd3586 is the same as notified resource customizationUUID: 62549e7c-8917-4e28-9bde-3965c0bd3586
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-02-21T05:29:05.994Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 696fd79b-65f3 30f791e9-81c2-4ba0-bff8-93d790e3b51a 0 ASDC deployResourceStructure
2022-02-21T05:29:05.994Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar ASDC sendASDCNotification
2022-02-21T05:29:05.994Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar
2022-02-21T05:29:05.994Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:29:05.994Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:29:05.995Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:29:05.995Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421345994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:29:06.096Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-21T05:29:06.096Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:29:06.096Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:29:06.106Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:29:06.106Z||pool-173-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:29:06.996Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:29:07.004Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
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-02-21T05:29:07.006Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:29:07.006Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:29:07.006Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:29:37.006Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:29:37.014Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
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-02-21T05:29:37.015Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:29:37.015Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:29:37.015Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:30:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:30:02.537Z||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-02-21T05:30:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:30:02.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:30:02.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:30:02.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421268560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:30:02.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:30:07.015Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:30:07.025Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
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-02-21T05:30:07.027Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:30:07.027Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:30:07.027Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:30:37.027Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:30:37.036Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
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-02-21T05:30:37.037Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:30:37.037Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-21T05:30:37.038Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-21T05:31:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:31:02.538Z||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-02-21T05:31:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:31:02.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:31:02.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421276899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421276280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421270820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421280909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421276899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421276280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421268560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421270820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421280909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421268560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421276280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421276899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421270820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421280909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421285666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421285707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421285712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421285700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421286138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421280909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "cds",
  "timestamp": 1645421286669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-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-02-21T05:31:02.573Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
2022-02-21T05:31:02.573Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 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-02-21T05:31:02.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421286719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421286720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:31:02.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421286703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421280909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421287722,
  "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-02-21T05:31:02.587Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
2022-02-21T05:31:02.587Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 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-02-21T05:31:02.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421287725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:31:02.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "policy-id",
  "timestamp": 1645421287706,
  "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-02-21T05:31:02.597Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
2022-02-21T05:31:02.597Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 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-02-21T05:31:02.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421288146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421280909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "aai-ml",
  "timestamp": 1645421288728,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T05:31:02.608Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
2022-02-21T05:31:02.608Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 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-02-21T05:31:02.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "clamp",
  "timestamp": 1645421289148,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:31:02.618Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 759fae52-6774-4ea2-b00e-895bd656db46
2022-02-21T05:31:02.618Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759fae52-6774-4ea2-b00e-895bd656db46 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T05:31:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421290591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421293391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421294686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421294289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421294289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421295991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421294289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421297079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/vfwa43a62d838c90_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421297174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421294289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421298081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421297174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421294289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421299085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/resourceInstances/vfwa43a62d838c90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421297174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421294289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421300087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221052638/1.0/artifacts/service-Vfw20220221052638-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421297174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421294289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421297174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421294289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421297174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421302991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421297174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421304687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421297174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421305690,
  "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-02-21T05:31:02.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
2022-02-21T05:31:02.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 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-02-21T05:31:02.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421312434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:31:02.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421314151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:31:02.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "clamp",
  "timestamp": 1645421315154,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:31:02.641Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
2022-02-21T05:31:02.641Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759fae52-6774-4ea2-b00e-895bd656db46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421335229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/resourceInstances/pnf696fd79b65f30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:31:02.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:31:07.038Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-21T05:31:07.047Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104
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-02-21T05:31:07.049Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T05:31:07.049Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T05:31:07.049Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T05:31:07.049Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T05:31:07.049Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-21T05:31:07.049Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-21T05:31:07.050Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-21T05:31:07.054Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T05:31:37.054Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 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-02-21T05:31:37.061Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 and serviceModelVersionId: 977df77e-c74c-4be7-b5a3-ecc38e0382ce
2022-02-21T05:31:37.061Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6224fd39-585c-4b02-a5c0-a7761f9a74fa
2022-02-21T05:31:37.061Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0
2022-02-21T05:31:37.065Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02e374a8-35b9-48ee-92dc-0cfe2974afbe/model-vers/model-ver/ff0745cd-ba67-4421-8383-7a35284ffae3?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-02-21T05:31:37.087Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|INFO|500||Invoke
2022-02-21T05:31:37.087Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ad67480-5e4e-41ef-94a5-33b5679b4dfd], X-ECOMP-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], X-TransactionId=[], X-ONAP-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], Content-Type=[application/merge-patch+json]}
2022-02-21T05:31:38.607Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|INFO|500||Invoke
2022-02-21T05:31:38.607Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2792aaf-add3-46f7-be20-e5f1f8797a78], X-ECOMP-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], X-TransactionId=[], X-ONAP-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], Content-Type=[application/merge-patch+json]}
2022-02-21T05:31:40.142Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|INFO|500||Invoke
2022-02-21T05:31:40.143Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[27ca3046-0412-4a79-a2b5-f68b6f55275a], X-ECOMP-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], X-TransactionId=[], X-ONAP-RequestID=[dd26ee51-f3f1-4eb9-bbe8-276ca09e6104], Content-Type=[application/merge-patch+json]}
2022-02-21T05:31:41.177Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:31:41.181Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-02-21T05:31:41.182Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:31:41.182Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T05:31:41.186Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|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-02-21T05:31:41.186Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd26ee51-f3f1-4eb9-bbe8-276ca09e6104 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T05:31:41.186Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T05:31:41.186Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T05:31:41.188Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:31:41.188Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421501186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:31:41.288Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:31:41.289Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:31:41.289Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:31:41.306Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:31:41.306Z||pool-174-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-21T05:31:42.199Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:31:42.199Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:31:42.199Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:31:52.995Z|dd26ee51-f3f1-4eb9-bbe8-276ca09e6104|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6224fd39-585c-4b02-a5c0-a7761f9a74fa/model-vers/model-ver/977df77e-c74c-4be7-b5a3-ecc38e0382ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:31:52.995Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:31:52.996Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:31:52.996Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:32:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:32:02.537Z||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-02-21T05:32:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:32:02.538Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:32:02.538Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:32:02.539Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:32:02.539Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:32:02.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:32:02.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:32:02.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421282536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:32:02.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:32:02.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:32:02.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421344331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:32:02.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:32:02.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:32:02.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421345994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWgltud8xiruxsuaqphxi/1.0/artifacts/service-DemoPnfWgltud8xiruxsuaqphxi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:32:02.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:32:12.073Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:32:12.074Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:32:12.074Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:32:12.074Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:32:21.608Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:33:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:33:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T05:33:02.536Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T05:33:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:33:02.537Z||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-02-21T05:33:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:33:03.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:33:03.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:33:03.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd26ee51-f3f1-4eb9-bbe8-276ca09e6104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421501186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T05:33:03.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:33:12.086Z|19335424-5be6-4b00-ba35-607a2650a020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2941b638-28d5-4247-9154-66f9c3b52ca9/model-vers/model-ver/f73c8376-e821-4852-b68c-4a8be7122a0f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:02.536Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:34:02.536Z||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-02-21T05:34:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:34:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T05:34:02.538Z||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-02-21T05:34:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T05:34:03.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:03.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a6a257e-f0a0-40c7-ae13-4fb17dd045f4","serviceName":"vFW 2022-02-21 05-32-37","serviceVersion":"1.0","serviceUUID":"aa51d4ce-a105-4076-99bc-a4f0a95aec93","serviceDescription":"catalog service description","serviceInvariantUUID":"bc887b90-6643-47c2-b7be-0c00839761e3","resources":[{"resourceInstanceName":"vFW e65ab5e1-a30c 0","resourceName":"vFW e65ab5e1-a30c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c6d92d8b-62f4-43da-bec4-7f1d823fa052","resourceInvariantUUID":"16332cef-6804-45d0-bfbc-b0aa9a11143b","resourceCustomizationUUID":"cef27358-c9ed-4bd5-bf07-472a4f0ebeb3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml","artifactChecksum":"MDRhMjM0M2ZkZWM1NjU5NDllMGUzNTBhMWNmOTZiZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f46f80e-6d5b-43b7-8953-69b8867bb504","artifactVersion":"1"},{"artifactName":"vfwe65ab5e1a30c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json","artifactChecksum":"YTE4YTIwNTYxY2M1NGQyZjI4NWZiYmQxNTZmODEzOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"455613c8-f8e5-4835-8db1-d2d784fd93ce","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ee470bc-bcf1-4fd5-af23-88b4b48d327c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg5OGIwNjM4MGQ5ZGVjMzhjYzAyYzhmM2JmMTg0YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d609dc9-c4bd-41ba-b3ca-ca4a9608ea55","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d61503c-79dd-407d-82a1-e9b34da4197b","artifactVersion":"2","generatedFromUUID":"4ee470bc-bcf1-4fd5-af23-88b4b48d327c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221053237-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml","artifactChecksum":"MWMzODQ3OWFmZDk1ZmFlY2RhNGI4MDAzOGE4Yzg0Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5937c49f-a841-401c-aa1d-46ada118ae76","artifactVersion":"1"},{"artifactName":"service-Vfw20220221053237-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar","artifactChecksum":"MTEwNmI0MmM3N2UzZTgxMTFiN2NiZTFjNGMyNzNhYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d151914-5b91-4fc6-9440-bb25328ddce8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T05:34:03.163Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:34:03.163Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:03.165Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:03.165Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421642536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.170Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421613560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421606280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421610820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421606280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421613560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421610820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421606280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421613560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421610820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421616899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421606280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421613560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421610820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421616899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421613560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421606280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421610820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421616899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421606280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421613560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421610820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421616899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421606280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421613560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421610820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421616899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421620909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421622187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421622189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421622190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421616899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421620909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "cds",
  "timestamp": 1645421623191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-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-02-21T05:34:03.189Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4
2022-02-21T05:34:03.189Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4 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-02-21T05:34:03.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421623193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:34:03.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421623193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:34:03.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645421616899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421620909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421624196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "policy-id",
  "timestamp": 1645421624195,
  "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-02-21T05:34:03.201Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4
2022-02-21T05:34:03.201Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4 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-02-21T05:34:03.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421620909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421624289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "aai-ml",
  "timestamp": 1645421625199,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-02-21T05:34:03.212Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4
2022-02-21T05:34:03.212Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4 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-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421620909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421624289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421620909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421624289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421620909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "clamp",
  "timestamp": 1645421627174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421624289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421628602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "clamp",
  "timestamp": 1645421627174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421624289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421629651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "clamp",
  "timestamp": 1645421627174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421624289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421630693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "clamp",
  "timestamp": 1645421627174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421624289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421631715,
  "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-02-21T05:34:03.225Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4
2022-02-21T05:34:03.225Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-21T05:34:03.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "clamp",
  "timestamp": 1645421627174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421632012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645421632718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "clamp",
  "timestamp": 1645421627174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "clamp",
  "timestamp": 1645421627174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421634590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T05:34:03.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645421635592,
  "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-02-21T05:34:03.236Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4
2022-02-21T05:34:03.236Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a6a257e-f0a0-40c7-ae13-4fb17dd045f4 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-02-21T05:34:03.265Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:03.265Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:03.265Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:03.276Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:03.276Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:04.165Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:34:04.166Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:04.168Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:04.168Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421642536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "NOTIFIED"
}
2022-02-21T05:34:04.268Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:04.269Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:04.269Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:04.279Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:04.280Z||pool-176-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:05.168Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:34:05.169Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:05.171Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:05.171Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421642536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-21T05:34:05.271Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:05.271Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:05.271Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:05.281Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:05.281Z||pool-177-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:06.171Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:34:06.172Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:06.173Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:06.174Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421642536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:06.274Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:06.274Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:06.274Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:06.285Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:06.285Z||pool-178-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:07.174Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:34:07.175Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:07.176Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:07.177Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421642536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-21T05:34:07.277Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:07.277Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:07.278Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:07.288Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:07.288Z||pool-179-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:08.177Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:34:08.177Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:08.179Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:08.179Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421642536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-21T05:34:08.279Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:08.280Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:08.280Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:08.290Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:08.290Z||pool-180-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:09.179Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T05:34:09.180Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:09.181Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:09.181Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421642536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "NOTIFIED"
}
2022-02-21T05:34:09.281Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:09.282Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:09.282Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:09.292Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:09.292Z||pool-181-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:10.182Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "serviceName": "vFW 2022-02-21 05-32-37",
  "serviceVersion": "1.0",
  "serviceUUID": "aa51d4ce-a105-4076-99bc-a4f0a95aec93",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc887b90-6643-47c2-b7be-0c00839761e3",
  "resources": [
    {
      "resourceInstanceName": "vFW e65ab5e1-a30c 0",
      "resourceCustomizationUUID": "cef27358-c9ed-4bd5-bf07-472a4f0ebeb3",
      "resourceName": "vFW e65ab5e1-a30c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c6d92d8b-62f4-43da-bec4-7f1d823fa052",
      "resourceInvariantUUID": "16332cef-6804-45d0-bfbc-b0aa9a11143b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe65ab5e1a30c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
          "artifactChecksum": "YTE4YTIwNTYxY2M1NGQyZjI4NWZiYmQxNTZmODEzOWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "455613c8-f8e5-4835-8db1-d2d784fd93ce",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4ee470bc-bcf1-4fd5-af23-88b4b48d327c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d61503c-79dd-407d-82a1-e9b34da4197b",
            "generatedFromUUID": "4ee470bc-bcf1-4fd5-af23-88b4b48d327c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d61503c-79dd-407d-82a1-e9b34da4197b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220221053237-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
      "artifactChecksum": "MTEwNmI0MmM3N2UzZTgxMTFiN2NiZTFjNGMyNzNhYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d151914-5b91-4fc6-9440-bb25328ddce8"
    }
  ],
  "workloadContext": "Production"
}
2022-02-21T05:34:10.182Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T05:34:10.182Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aa51d4ce-a105-4076-99bc-a4f0a95aec93 ASDC
2022-02-21T05:34:10.182Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3a6a257e-f0a0-40c7-ae13-4fb17dd045f4
ServiceName:vFW 2022-02-21 05-32-37
ServiceVersion:1.0
ServiceUUID:aa51d4ce-a105-4076-99bc-a4f0a95aec93
ServiceInvariantUUID:bc887b90-6643-47c2-b7be-0c00839761e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221053237-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar
ArtifactUUID:4d151914-5b91-4fc6-9440-bb25328ddce8
ArtifactChecksum:MTEwNmI0MmM3N2UzZTgxMTFiN2NiZTFjNGMyNzNhYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e65ab5e1-a30c 0
ResourceCustomizationUUID:cef27358-c9ed-4bd5-bf07-472a4f0ebeb3
ResourceInvariantUUID:16332cef-6804-45d0-bfbc-b0aa9a11143b
ResourceName:vFW e65ab5e1-a30c
ResourceType:VF
ResourceUUID:c6d92d8b-62f4-43da-bec4-7f1d823fa052
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe65ab5e1a30c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json
ArtifactUUID:455613c8-f8e5-4835-8db1-d2d784fd93ce
ArtifactChecksum:YTE4YTIwNTYxY2M1NGQyZjI4NWZiYmQxNTZmODEzOWM=
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/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml
ArtifactUUID:4ee470bc-bcf1-4fd5-af23-88b4b48d327c
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/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env
ArtifactUUID:7d61503c-79dd-407d-82a1-e9b34da4197b
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/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env
ArtifactUUID:7d61503c-79dd-407d-82a1-e9b34da4197b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-21T05:34:10.183Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa51d4ce-a105-4076-99bc-a4f0a95aec93 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-02-21T05:34:10.207Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:34:10.208Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-21T05:34:10.208Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-21T05:34:10.208Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d151914-5b91-4fc6-9440-bb25328ddce8 from URL: /sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:10.208Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-21T05:34:10.208Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:10.683Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-21T05:34:10.686Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar 4d151914-5b91-4fc6-9440-bb25328ddce8 98903
2022-02-21T05:34:10.686Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar ASDC sendASDCNotification
2022-02-21T05:34:10.686Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:10.686Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:34:10.687Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:10.688Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:10.688Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421650686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:10.788Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:10.789Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:10.789Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:10.798Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:10.798Z||pool-182-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:11.688Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T05:34:11.689Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-21T05:34:11.690Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4d151914-5b91-4fc6-9440-bb25328ddce8, URL: /sdc/v1/catalog/services/Vfw20220221053237/1.0/artifacts/service-Vfw20220221053237-csar.csar to file: /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:11.690Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221053237-csar.csar
2022-02-21T05:34:11.690Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:11.690Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:11.879Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP435238198449660905/Definitions/service-Vfw20220221053237-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-21T05:34:13.215Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-21T05:34:13.215Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-21T05:34:13.215Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.215Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T05:34:13.215Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|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-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|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-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|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-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e65ab5e1-a30c 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|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-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|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-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|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-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|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-Vfw20220221053237-csar.csar
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.216Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:13.217Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.218Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:13.219Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is not matching search criteria
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.220Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f4f589b-e6bd-49d6-82a2-8e4e171e93cb
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.221Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c50eab8a-ebc5-4066-be5b-dd3e0143edf5
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.222Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e102e83-447a-43e4-9e32-f100ec446a40
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:13.223Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.224Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:13.224Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:13.224Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:13.224Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-21 05-32-37
Description:catalog service description
Model UUID:aa51d4ce-a105-4076-99bc-a4f0a95aec93
Model Version:NULL
Model InvariantUuid:bc887b90-6643-47c2-b7be-0c00839761e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e65ab5e1-a30c
Model UUID:ccc0a127-efe7-43ad-b83f-885f2d51dfac
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16332cef-6804-45d0-bfbc-b0aa9a11143b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cef27358-c9ed-4bd5-bf07-472a4f0ebeb3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e10a4a0c-954d-488e-9c3f-183dc1ccfbcd
ModelName:VfwE65ab5e1A30c..base_vfw..module-0
ModelUuid:44bf19b4-610e-4c2a-9ac1-8261eb471125
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f4f589b-e6bd-49d6-82a2-8e4e171e93cb
ModelInvariantUuid:dc84ad52-b332-4f57-a94a-8e4d300693ef
ModelName:vFW e65ab5e1-a30c-nodes.vfwCvfc
ModelUuid:0f337f35-1159-46ad-bd66-9c1f2f4d0220
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:67c39ea5-1a6e-49aa-93fe-52c770c25a71
ModelInvariantUuid:e2f8d659-6850-4902-ad86-7e799af66b30
ModelName:VfwE65ab5e1A30c.compute.nodes.heat.vfw
ModelUuid:6a9b677e-9a58-47d7-84d6-f391e16bc627
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c50eab8a-ebc5-4066-be5b-dd3e0143edf5
ModelInvariantUuid:09703141-1cff-4de3-9774-374975c2bb95
ModelName:vFW e65ab5e1-a30c-nodes.vsnCvfc
ModelUuid:2f9ceaee-2d4e-4d59-b8f9-b9517000e1ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:83c5e103-518c-45a9-a5bf-26d187639963
ModelInvariantUuid:b99cf000-78f9-46fe-bf19-c25992d33a52
ModelName:VfwE65ab5e1A30c.compute.nodes.heat.vsn
ModelUuid:6ab7873d-0d4e-4e70-a33c-2d631db2cdda
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7e102e83-447a-43e4-9e32-f100ec446a40
ModelInvariantUuid:2de75953-e310-43bc-8d07-63cd387089c6
ModelName:vFW e65ab5e1-a30c-nodes.vpgCvfc
ModelUuid:c6d8eddd-a8ef-4e7c-bd62-a76f1da4b438
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:63722837-1d2f-4f31-accb-a1b7e2d19909
ModelInvariantUuid:1ad5ae4d-9ee0-497c-a425-5ab24bbddfcd
ModelName:VfwE65ab5e1A30c.compute.nodes.heat.vpg
ModelUuid:a3f9ce3c-30ad-4053-9b75-dbade655c7bd
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-02-21T05:34:13.226Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c6d92d8b-62f4-43da-bec4-7f1d823fa052
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-02-21T05:34:13.227Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||vFW e65ab5e1-a30c 0
2022-02-21T05:34:13.227Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c6d92d8b-62f4-43da-bec4-7f1d823fa052
2022-02-21T05:34:13.227Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 455613c8-f8e5-4835-8db1-d2d784fd93ce from URL: /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json
2022-02-21T05:34:13.228Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-21T05:34:13.228Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json
2022-02-21T05:34:13.487Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-21T05:34:13.488Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json 455613c8-f8e5-4835-8db1-d2d784fd93ce 785
2022-02-21T05:34:13.488Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json ASDC sendASDCNotification
2022-02-21T05:34:13.488Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json
2022-02-21T05:34:13.488Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:34:13.488Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:13.489Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:13.490Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421653488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:13.590Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:13.590Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:13.590Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:13.601Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:13.601Z||pool-183-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:34:14.490Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE65ab5e1A30c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e10a4a0c-954d-488e-9c3f-183dc1ccfbcd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44bf19b4-610e-4c2a-9ac1-8261eb471125",
    "vfModuleModelCustomizationUUID": "5e429e27-b03b-41d4-b557-c343c20645e1",
    "isBase": true,
    "artifacts": [
      "4ee470bc-bcf1-4fd5-af23-88b4b48d327c",
      "7d61503c-79dd-407d-82a1-e9b34da4197b"
    ],
    "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-02-21T05:34:14.493Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE65ab5e1A30c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44bf19b4-610e-4c2a-9ac1-8261eb471125
VfModuleModelInvariantUUID:e10a4a0c-954d-488e-9c3f-183dc1ccfbcd
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ee470bc-bcf1-4fd5-af23-88b4b48d327c
,
7d61503c-79dd-407d-82a1-e9b34da4197b

}
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-02-21T05:34:14.494Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE65ab5e1A30c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e10a4a0c-954d-488e-9c3f-183dc1ccfbcd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44bf19b4-610e-4c2a-9ac1-8261eb471125",
    "vfModuleModelCustomizationUUID": "5e429e27-b03b-41d4-b557-c343c20645e1",
    "isBase": true,
    "artifacts": [
      "4ee470bc-bcf1-4fd5-af23-88b4b48d327c",
      "7d61503c-79dd-407d-82a1-e9b34da4197b"
    ],
    "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-02-21T05:34:14.494Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE65ab5e1A30c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44bf19b4-610e-4c2a-9ac1-8261eb471125
VfModuleModelInvariantUUID:e10a4a0c-954d-488e-9c3f-183dc1ccfbcd
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ee470bc-bcf1-4fd5-af23-88b4b48d327c
,
7d61503c-79dd-407d-82a1-e9b34da4197b

}
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-02-21T05:34:14.494Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4ee470bc-bcf1-4fd5-af23-88b4b48d327c from URL: /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml
2022-02-21T05:34:14.494Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-21T05:34:14.494Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml
2022-02-21T05:34:14.782Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-21T05:34:14.783Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml 4ee470bc-bcf1-4fd5-af23-88b4b48d327c 20368
2022-02-21T05:34:14.783Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T05:34:14.784Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml
2022-02-21T05:34:14.784Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:34:14.784Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:14.786Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:14.786Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421654783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:14.886Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:14.886Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:14.886Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:14.898Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:14.898Z||pool-184-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-21T05:34:15.786Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7d61503c-79dd-407d-82a1-e9b34da4197b from URL: /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env
2022-02-21T05:34:15.787Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-21T05:34:15.787Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env
2022-02-21T05:34:16.289Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-21T05:34:16.290Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env 7d61503c-79dd-407d-82a1-e9b34da4197b 2098
2022-02-21T05:34:16.290Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T05:34:16.290Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env
2022-02-21T05:34:16.290Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T05:34:16.290Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:16.292Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:16.292Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421656290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-21T05:34:16.392Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:16.392Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:16.392Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:16.403Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:16.403Z||pool-185-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:17.292Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: aa51d4ce-a105-4076-99bc-a4f0a95aec93
2022-02-21T05:34:17.292Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e65ab5e1-a30c 0 c6d92d8b-62f4-43da-bec4-7f1d823fa052 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-02-21T05:34:17.300Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b96c965, org.onap.sdc.toscaparser.api.parameters.Input@4fcb91ab, org.onap.sdc.toscaparser.api.parameters.Input@3793d9d6, org.onap.sdc.toscaparser.api.parameters.Input@25577b44, org.onap.sdc.toscaparser.api.parameters.Input@5877436a]
2022-02-21T05:34:17.301Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.301Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:17.301Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-21T05:34:17.301Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= cef27358-c9ed-4bd5-bf07-472a4f0ebeb3
2022-02-21T05:34:17.301Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cef27358-c9ed-4bd5-bf07-472a4f0ebeb3 matches Tosca VF Customization UUID: cef27358-c9ed-4bd5-bf07-472a4f0ebeb3
2022-02-21T05:34:17.301Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: cef27358-c9ed-4bd5-bf07-472a4f0ebeb3  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-02-21T05:34:17.302Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.302Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:17.303Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id cef27358-c9ed-4bd5-bf07-472a4f0ebeb3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-21T05:34:17.303Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cc52098
2022-02-21T05:34:17.303Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.303Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T05:34:17.303Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e429e27-b03b-41d4-b557-c343c20645e1
2022-02-21T05:34:17.303Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e429e27-b03b-41d4-b557-c343c20645e1
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-02-21T05:34:17.304Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.304Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is not matching search criteria
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T05:34:17.305Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:17.306Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f4f589b-e6bd-49d6-82a2-8e4e171e93cb
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-02-21T05:34:17.307Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.307Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:17.307Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is not matching search criteria
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:34:17.308Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T05:34:17.309Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T05:34:17.309Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:17.309Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T05:34:17.309Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:17.309Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c50eab8a-ebc5-4066-be5b-dd3e0143edf5
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-02-21T05:34:17.310Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.310Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:17.310Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:34:17.310Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.310Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is not matching search criteria
2022-02-21T05:34:17.310Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T05:34:17.310Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T05:34:17.310Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T05:34:17.311Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e102e83-447a-43e4-9e32-f100ec446a40
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-02-21T05:34:17.312Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.312Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:17.312Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T05:34:17.313Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.313Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Node template vFW e65ab5e1-a30c 0 is matching search criteria
2022-02-21T05:34:17.313Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e65ab5e1-a30c 0] matching following query criteria: sdcType=VF, customizationUUID=cef27358-c9ed-4bd5-bf07-472a4f0ebeb3
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-02-21T05:34:17.313Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid aa51d4ce-a105-4076-99bc-a4f0a95aec93: vFW e65ab5e1-a30c
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.314Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:17.315Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-21T05:34:17.315Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-21 05-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T05:34:17.315Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-02-21 05-32-37 
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-02-21T05:34:17.377Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e65ab5e1-a30c c6d92d8b-62f4-43da-bec4-7f1d823fa052 1 ASDC deployResourceStructure
2022-02-21T05:34:17.377Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json ASDC sendASDCNotification
2022-02-21T05:34:17.377Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json
2022-02-21T05:34:17.378Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:34:17.378Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:17.379Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:17.379Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421657377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/vfwe65ab5e1a30c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-21T05:34:17.479Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:17.480Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:17.480Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:17.490Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:17.490Z||pool-186-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:18.380Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T05:34:18.380Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml
2022-02-21T05:34:18.380Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:34:18.380Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:18.382Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:18.382Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421658380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-21T05:34:18.482Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:18.482Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:18.482Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:18.497Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:18.497Z||pool-187-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-21T05:34:19.382Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T05:34:19.383Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env
2022-02-21T05:34:19.383Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T05:34:19.383Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-21T05:34:19.384Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T05:34:19.384Z|3a6a257e-f0a0-40c7-ae13-4fb17dd045f4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3a6a257e-f0a0-40c7-ae13-4fb17dd045f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645421659382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220221053237/1.0/resourceInstances/vfwe65ab5e1a30c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-21T05:34:19.485Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T05:34:19.485Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-21T05:34:19.486Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T05:34:19.496Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-21T05:34:19.496Z||pool-188-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}