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-08-31T03:27:35.881Z||main|||||INFO|500||The following profiles are active: basic
2022-08-31T03:27:47.336Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-31T03:27:47.337Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-31T03:27:47.466Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-31T03:27:52.148Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-31T03:27:52.580Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-31T03:27:53.050Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-31T03:27:53.056Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-31T03:27:53.186Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-31T03:27:53.462Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-31T03:27:54.138Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-31T03:27:56.481Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-31T03:27:59.169Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-31T03:27:59.300Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-31T03:28:00.218Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-31T03:28:00.506Z||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-08-31T03:28:02.242Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-31T03:28:03.414Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-31T03:28:03.432Z||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$$9ade955a.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-08-31T03:28:03.433Z||main|||||WARN|500||The sdc end point is not alive
2022-08-31T03:28:06.729Z||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-08-31T03:28:09.722Z||main|||||WARN|500||---
2022-08-31T03:28:09.723Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-31T03:28:09.723Z||main|||||WARN|500||---
2022-08-31T03:28:10.181Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-31T03:28:15.405Z||main|||||INFO|500||Started Application in 43.015 seconds (JVM running for 45.19)
2022-08-31T03:28:15.421Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-31T03:28:15.423Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-31T03:28:15.435Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-31T03:28:15.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-31T03:28:15.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b18aa44b-4ed7-4ccc-9b9d-10bf3f88f053 url= /sdc/v1/artifactTypes
2022-08-31T03:28:15.500Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-31T03:28:15.778Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-31T03:28:15.808Z||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-08-31T03:28:15.838Z||scheduling-1|||||DEBUG|500||create keys
2022-08-31T03:28:15.848Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-31T03:28:15.882Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:28:15.898Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7be8402d-fd41-4319-808c-ab434ba0d3fa url= /sdc/v1/registerForDistribution
2022-08-31T03:28:16.062Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7be8402d-fd41-4319-808c-ab434ba0d3fa url= /sdc/v1/registerForDistribution
2022-08-31T03:28:16.063Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-31T03:28:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:28:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:28:16.080Z||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-08-31T03:28:16.081Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:28:16.082Z||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-08-31T03:28:16.082Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-31T03:28:16.083Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:28:26.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:28:26.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:29:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:29:16.104Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:29:16.105Z||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-08-31T03:29:16.105Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:29:16.105Z||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-08-31T03:29:16.106Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:29:25.720Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:29:25.733Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:30:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:30:16.071Z||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-08-31T03:30:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:30:16.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:30:16.073Z||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-08-31T03:30:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:30:25.634Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:30:25.639Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:31:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:31:16.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:31:16.073Z||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-08-31T03:31:16.074Z||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-08-31T03:31:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:31:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:31:25.635Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:31:25.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:32:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:32:16.072Z||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-08-31T03:32:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:32:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:32:16.073Z||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-08-31T03:32:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:32:25.648Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:32:25.649Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:33:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:33:16.071Z||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-08-31T03:33:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:33:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:33:16.074Z||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-08-31T03:33:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:33:25.635Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:33:25.654Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:34:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:34:16.072Z||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-08-31T03:34:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:34:16.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:34:16.074Z||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-08-31T03:34:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:34:25.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:34:25.628Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:35:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:35:16.072Z||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-08-31T03:35:16.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:35:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:35:16.076Z||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-08-31T03:35:16.077Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:35:25.625Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:35:25.627Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:36:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:36:16.071Z||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-08-31T03:36:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:36:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:36:16.073Z||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-08-31T03:36:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:36:25.633Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:36:25.634Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:37:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:37:16.071Z||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-08-31T03:37:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:37:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:37:16.073Z||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-08-31T03:37:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:37:25.640Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:37:25.653Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:38:16.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:38:16.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:38:16.074Z||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-08-31T03:38:16.074Z||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-08-31T03:38:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:38:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:38:25.629Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:38:25.643Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:38:29.941Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-31T03:39:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:39:16.071Z||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-08-31T03:39:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:39:16.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:39:16.075Z||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-08-31T03:39:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:39:25.623Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:39:25.623Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:40:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:40:16.071Z||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-08-31T03:40:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:40:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:40:16.073Z||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-08-31T03:40:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:40:25.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:40:25.643Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:41:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:41:16.071Z||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-08-31T03:41:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:41:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:41:16.073Z||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-08-31T03:41:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:41:25.627Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:41:25.632Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:42:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:42:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:42:16.073Z||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-08-31T03:42:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:42:16.073Z||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-08-31T03:42:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:42:25.628Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:42:25.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:43:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:43:16.071Z||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-08-31T03:43:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:43:16.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:43:16.075Z||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-08-31T03:43:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:43:25.622Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:43:25.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:44:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:44:16.072Z||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-08-31T03:44:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:44:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:44:16.073Z||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-08-31T03:44:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:44:25.625Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:44:25.635Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:45:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:45:16.071Z||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-08-31T03:45:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:45:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:45:16.073Z||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-08-31T03:45:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:45:25.635Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:45:25.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:46:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:46:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:46:16.074Z||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-08-31T03:46:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:46:16.074Z||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-08-31T03:46:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:46:25.647Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:46:25.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:47:16.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:47:16.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:47:16.075Z||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-08-31T03:47:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:47:16.076Z||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-08-31T03:47:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:47:25.633Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:47:25.633Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:48:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:48:16.071Z||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-08-31T03:48:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:48:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:48:16.073Z||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-08-31T03:48:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:48:25.628Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:48:25.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:49:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:49:16.071Z||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-08-31T03:49:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:49:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:49:16.073Z||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-08-31T03:49:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:49:25.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:49:25.639Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:50:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:50:16.071Z||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-08-31T03:50:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:50:16.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:50:16.073Z||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-08-31T03:50:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:50:25.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:50:25.623Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:51:16.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:51:16.072Z||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-08-31T03:51:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:51:16.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:51:16.074Z||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-08-31T03:51:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:51:25.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:51:25.638Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:52:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:52:16.072Z||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-08-31T03:52:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:52:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:52:16.074Z||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-08-31T03:52:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:52:25.628Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:52:25.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:53:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:53:16.071Z||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-08-31T03:53:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:53:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:53:16.074Z||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-08-31T03:53:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:53:25.626Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:53:25.626Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:54:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:54:16.071Z||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-08-31T03:54:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:54:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:54:16.073Z||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-08-31T03:54:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:54:25.630Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:54:25.633Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:55:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:55:16.071Z||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-08-31T03:55:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:55:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:55:16.073Z||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-08-31T03:55:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:55:25.622Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:55:25.625Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:56:16.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:56:16.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:56:16.076Z||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-08-31T03:56:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:56:16.076Z||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-08-31T03:56:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:56:25.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:56:25.629Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:57:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:57:16.071Z||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-08-31T03:57:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:57:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:57:16.074Z||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-08-31T03:57:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:57:25.626Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:57:25.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:58:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:58:16.071Z||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-08-31T03:58:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:58:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:58:16.073Z||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-08-31T03:58:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:58:25.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:58:25.633Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:59:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:59:16.071Z||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-08-31T03:59:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:59:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T03:59:16.073Z||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-08-31T03:59:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T03:59:25.622Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T03:59:25.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:00:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:00:16.071Z||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-08-31T04:00:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:00:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:00:16.073Z||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-08-31T04:00:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:00:25.626Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:00:25.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:01:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:01:16.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:01:16.075Z||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-08-31T04:01:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:01:16.075Z||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-08-31T04:01:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:01:25.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:01:25.632Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:02:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:02:16.071Z||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-08-31T04:02:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:02:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:02:16.073Z||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-08-31T04:02:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:02:25.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:02:25.631Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:03:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:03:16.071Z||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-08-31T04:03:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:03:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:03:16.073Z||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-08-31T04:03:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:03:25.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:03:25.625Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:04:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:04:16.071Z||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-08-31T04:04:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:04:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:04:16.074Z||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-08-31T04:04:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:04:25.621Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:04:25.623Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:05:16.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:05:16.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:05:16.076Z||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-08-31T04:05:16.076Z||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-08-31T04:05:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:05:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:05:25.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:05:25.640Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:06:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:06:16.072Z||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-08-31T04:06:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:06:16.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:06:16.074Z||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-08-31T04:06:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:06:25.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:06:25.654Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:07:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:07:16.071Z||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-08-31T04:07:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:07:16.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:07:16.073Z||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-08-31T04:07:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:07:25.633Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:07:25.634Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:08:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:08:16.071Z||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-08-31T04:08:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:08:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:08:16.073Z||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-08-31T04:08:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:08:25.624Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:08:25.633Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:09:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:09:16.071Z||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-08-31T04:09:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:09:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:09:16.073Z||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-08-31T04:09:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:09:25.625Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:09:25.635Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:10:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:10:16.071Z||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-08-31T04:10:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:10:16.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:10:16.073Z||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-08-31T04:10:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:10:25.624Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:10:25.628Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:11:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:11:16.071Z||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-08-31T04:11:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:11:16.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:11:16.073Z||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-08-31T04:11:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:11:25.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:11:25.621Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:12:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:12:16.071Z||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-08-31T04:12:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:12:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:12:16.073Z||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-08-31T04:12:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:12:25.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:12:25.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:13:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:13:16.072Z||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-08-31T04:13:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:13:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:13:16.073Z||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-08-31T04:13:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:13:25.626Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:13:25.635Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:14:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:14:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:14:16.075Z||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-08-31T04:14:16.074Z||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-08-31T04:14:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:14:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:14:25.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:14:25.640Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:15:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:15:16.072Z||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-08-31T04:15:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:15:16.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:15:16.073Z||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-08-31T04:15:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:15:25.617Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:15:25.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:16:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:16:16.071Z||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-08-31T04:16:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:16:16.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:16:16.073Z||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-08-31T04:16:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:16:25.624Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:16:25.625Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:17:16.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:17:16.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:17:16.079Z||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-08-31T04:17:16.079Z||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-08-31T04:17:16.079Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:17:16.079Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:17:25.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:17:25.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:18:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:18:16.071Z||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-08-31T04:18:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:18:16.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:18:16.074Z||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-08-31T04:18:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:18:25.624Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:18:25.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:19:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:19:16.071Z||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-08-31T04:19:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:19:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:19:16.073Z||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-08-31T04:19:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:19:25.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:19:25.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:20:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:20:16.071Z||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-08-31T04:20:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:20:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:20:16.073Z||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-08-31T04:20:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:20:25.626Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:20:25.628Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:21:16.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:21:16.071Z||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-08-31T04:21:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:21:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:21:16.073Z||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-08-31T04:21:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:21:25.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:21:25.620Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:22:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:22:16.071Z||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-08-31T04:22:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:22:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:22:16.077Z||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-08-31T04:22:16.077Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:22:25.627Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:22:25.629Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:23:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:23:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:23:16.074Z||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-08-31T04:23:16.074Z||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-08-31T04:23:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:23:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:23:25.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:23:25.628Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:24:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:24:16.071Z||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-08-31T04:24:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:24:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:24:16.073Z||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-08-31T04:24:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:24:25.623Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:24:25.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:25:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:25:16.071Z||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-08-31T04:25:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:25:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:25:16.073Z||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-08-31T04:25:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:25:25.623Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:25:25.626Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:26:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:26:16.071Z||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-08-31T04:26:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:26:16.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:26:16.073Z||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-08-31T04:26:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:26:25.616Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:26:25.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:27:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:27:16.071Z||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-08-31T04:27:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:27:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:27:16.073Z||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-08-31T04:27:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:27:25.615Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:27:25.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:28:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:28:16.071Z||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-08-31T04:28:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:28:16.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:28:16.073Z||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-08-31T04:28:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:28:25.613Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:28:25.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:29:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:29:16.071Z||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-08-31T04:29:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:29:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:29:16.073Z||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-08-31T04:29:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:29:25.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:29:25.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:30:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:30:16.071Z||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-08-31T04:30:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:30:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:30:16.073Z||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-08-31T04:30:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:30:25.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:30:25.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:31:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:31:16.071Z||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-08-31T04:31:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:31:16.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:31:16.074Z||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-08-31T04:31:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:31:25.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:31:25.631Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:32:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:32:16.071Z||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-08-31T04:32:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:32:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:32:16.074Z||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-08-31T04:32:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:32:25.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:32:25.626Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:33:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:33:16.072Z||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-08-31T04:33:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:33:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:33:16.073Z||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-08-31T04:33:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:33:25.643Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:33:25.648Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:34:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:34:16.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:34:16.073Z||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-08-31T04:34:16.073Z||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-08-31T04:34:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:34:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:34:25.632Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:34:25.635Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:35:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:35:16.071Z||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-08-31T04:35:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:35:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:35:16.073Z||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-08-31T04:35:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:35:25.654Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:35:25.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:36:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:36:16.071Z||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-08-31T04:36:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:36:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:36:16.073Z||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-08-31T04:36:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:36:25.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:36:25.621Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:37:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:37:16.071Z||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-08-31T04:37:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:37:16.074Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:37:16.075Z||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-08-31T04:37:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:37:25.621Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:37:25.623Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:38:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:38:16.071Z||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-08-31T04:38:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:38:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:38:16.073Z||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-08-31T04:38:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:38:25.617Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:38:25.621Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:39:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:39:16.071Z||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-08-31T04:39:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:39:16.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:39:16.073Z||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-08-31T04:39:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:39:25.622Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:39:25.622Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:40:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:40:16.071Z||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-08-31T04:40:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:40:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:40:16.073Z||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-08-31T04:40:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:40:25.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:40:25.618Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:41:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:41:16.071Z||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-08-31T04:41:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:41:16.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:41:16.075Z||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-08-31T04:41:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:41:25.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:41:25.618Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:42:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:42:16.071Z||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-08-31T04:42:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:42:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:42:16.073Z||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-08-31T04:42:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:42:25.619Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:42:25.620Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:43:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:43:16.071Z||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-08-31T04:43:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:43:16.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:43:16.073Z||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-08-31T04:43:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:43:25.626Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:43:25.626Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:44:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:44:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:44:16.073Z||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-08-31T04:44:16.074Z||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-08-31T04:44:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:44:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:44:25.628Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:44:25.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:45:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:45:16.072Z||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-08-31T04:45:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:45:16.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:45:16.073Z||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-08-31T04:45:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:45:25.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:45:25.622Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:46:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:46:16.071Z||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-08-31T04:46:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:46:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:46:16.073Z||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-08-31T04:46:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:46:25.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:46:25.624Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:47:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:47:16.071Z||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-08-31T04:47:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:47:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:47:16.073Z||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-08-31T04:47:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:47:25.614Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:47:25.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:48:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:48:16.071Z||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-08-31T04:48:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:48:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:48:16.073Z||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-08-31T04:48:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:48:25.616Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:48:25.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:49:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:49:16.071Z||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-08-31T04:49:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:49:16.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:49:16.073Z||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-08-31T04:49:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:49:25.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:49:25.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:50:16.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:50:16.071Z||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-08-31T04:50:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:50:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:50:16.073Z||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-08-31T04:50:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:50:25.618Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:50:25.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:51:16.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:51:16.071Z||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-08-31T04:51:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:51:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:51:16.073Z||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-08-31T04:51:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:51:25.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:51:25.620Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:52:16.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:52:16.071Z||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-08-31T04:52:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:52:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:52:16.073Z||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-08-31T04:52:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:52:25.614Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:52:25.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:53:16.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:53:16.071Z||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-08-31T04:53:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:53:16.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:53:16.074Z||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-08-31T04:53:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:53:25.618Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:53:25.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:54:16.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:54:16.071Z||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-08-31T04:54:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:54:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:54:16.073Z||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-08-31T04:54:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:54:25.617Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:54:25.620Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:55:16.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:55:16.071Z||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-08-31T04:55:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:55:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:55:16.073Z||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-08-31T04:55:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:55:25.626Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:55:25.633Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:56:16.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:56:16.073Z||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-08-31T04:56:16.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:56:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:56:16.073Z||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-08-31T04:56:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:56:25.629Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:56:25.630Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:57:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:57:16.071Z||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-08-31T04:57:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:57:16.073Z||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-08-31T04:57:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:57:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:57:25.625Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:57:25.625Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:58:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:58:16.071Z||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-08-31T04:58:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:58:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:58:16.073Z||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-08-31T04:58:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:58:25.626Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:58:25.627Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:59:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:59:16.071Z||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-08-31T04:59:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:59:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T04:59:16.073Z||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-08-31T04:59:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T04:59:25.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T04:59:25.623Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:00:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:00:16.071Z||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-08-31T05:00:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:00:16.074Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:00:16.075Z||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-08-31T05:00:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:00:25.615Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:00:25.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:01:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:01:16.071Z||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-08-31T05:01:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:01:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:01:16.073Z||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-08-31T05:01:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:01:25.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:01:25.616Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:02:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:02:16.071Z||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-08-31T05:02:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:02:16.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:02:16.073Z||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-08-31T05:02:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:02:25.625Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:02:25.625Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:03:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:03:16.071Z||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-08-31T05:03:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:03:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:03:16.073Z||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-08-31T05:03:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:03:25.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:03:25.635Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:04:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:04:16.071Z||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-08-31T05:04:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:04:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:04:16.073Z||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-08-31T05:04:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:04:25.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:04:25.626Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:16.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:05:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:05:16.074Z||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-08-31T05:05:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:16.074Z||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-08-31T05:05:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:16.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:16.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922308117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922299980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922298719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922299485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922304531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922308117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922299485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922299980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922304531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922298719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922308117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922299485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922299980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922298719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922304531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922299485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922298719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922299980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922308117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922304531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922308117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922299485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922298719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922299980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922304531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922308117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922299485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922299980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922298719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922304531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922308117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922299485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922298719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922304531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922299980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922313994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922315038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922313994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922315863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:16.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:05:16.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922316366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:16.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:05:16.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922316214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:16.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:05:16.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922315494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:16.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:05:16.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922315543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:16.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:05:16.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922315038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:05:16.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:05:16.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:16.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-31T05:05:16.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7da1bb4-0e7c-450f-bb9d-697b54b6c53b","serviceName":"vFW 2022-08-31 05-02-58","serviceVersion":"1.0","serviceUUID":"3d90432a-4c0f-433b-a74e-1283c13406e6","serviceDescription":"catalog service description","serviceInvariantUUID":"7addce8d-4a5a-4962-9d53-c5a531415c01","resources":[{"resourceInstanceName":"vFW 9ecb6e78-01d6 0","resourceName":"vFW 9ecb6e78-01d6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a46e2af-a79e-48b6-a2c6-5db722413b1a","resourceInvariantUUID":"72bd034f-8b86-439f-9ae2-5d7b3a193dd7","resourceCustomizationUUID":"0a27db4c-5055-41fd-836e-704000e56cd1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml","artifactChecksum":"ZDY5ODEwNThjOTczOTdjNTNiOGE2ZGRiMjY0Yzk5YmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22fdaed4-b90b-4860-b153-8203cd2c1fc8","artifactVersion":"1"},{"artifactName":"vfw9ecb6e7801d60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json","artifactChecksum":"NDU1Y2I0ZDk5NWIzNjkzMWVlYjdkMWM1NDQ5M2I3YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a743908-e30d-4eb6-adcd-9df8781f973f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc1b917d-e39b-4101-81d8-01551a4a6d45","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxNmIzMWI4ZWE5OWUzNDhjNWE3MjZlNmMzNTYyYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fe10fd8b-102c-4cf1-81c1-fd9a93b8ca3d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e574a771-1a83-4cb6-a02a-13291312ec3e","artifactVersion":"2","generatedFromUUID":"bc1b917d-e39b-4101-81d8-01551a4a6d45"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220831050258-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml","artifactChecksum":"NWI4NjNjMmUwY2EzZDBlMWI0MzM4NDQ1NjljODkxYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c758f9b2-44f1-429d-8ae4-9a61f90b757a","artifactVersion":"1"},{"artifactName":"service-Vfw20220831050258-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar","artifactChecksum":"NjM3ZWVhMWI1MjYyZTkyNmQwN2NjNWQzOWU2ZjY2MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4612e25f-5aef-44f5-adc7-6f0816eadde1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:05:16.720Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:05:16.729Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:16.741Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:16.741Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:16.846Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:05:16.857Z||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-08-31T05:05:16.857Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:16.873Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:16.874Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:17.750Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:05:17.751Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:17.754Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:17.754Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:05:17.854Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:05:17.855Z||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-08-31T05:05:17.855Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:17.867Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:17.867Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:18.755Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:05:18.756Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:18.758Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:18.759Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:05:18.859Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:18.860Z||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-08-31T05:05:18.860Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:18.873Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:18.873Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:05:19.759Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:05:19.760Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:19.762Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:19.762Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:19.862Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:19.863Z||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-08-31T05:05:19.864Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:19.876Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:19.877Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:05:20.763Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:05:20.764Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:20.765Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:20.766Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:05:20.866Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:20.867Z||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-08-31T05:05:20.867Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:20.880Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:20.881Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:05:21.766Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:05:21.767Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:21.770Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:21.770Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:05:21.871Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:05:21.872Z||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-08-31T05:05:21.873Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:21.889Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:21.889Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:22.771Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:05:22.773Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:22.776Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:22.776Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:05:22.876Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:22.877Z||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-08-31T05:05:22.877Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:22.892Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:22.893Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:23.778Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "serviceName": "vFW 2022-08-31 05-02-58",
  "serviceVersion": "1.0",
  "serviceUUID": "3d90432a-4c0f-433b-a74e-1283c13406e6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7addce8d-4a5a-4962-9d53-c5a531415c01",
  "resources": [
    {
      "resourceInstanceName": "vFW 9ecb6e78-01d6 0",
      "resourceCustomizationUUID": "0a27db4c-5055-41fd-836e-704000e56cd1",
      "resourceName": "vFW 9ecb6e78-01d6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3a46e2af-a79e-48b6-a2c6-5db722413b1a",
      "resourceInvariantUUID": "72bd034f-8b86-439f-9ae2-5d7b3a193dd7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9ecb6e7801d60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
          "artifactChecksum": "NDU1Y2I0ZDk5NWIzNjkzMWVlYjdkMWM1NDQ5M2I3YWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8a743908-e30d-4eb6-adcd-9df8781f973f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bc1b917d-e39b-4101-81d8-01551a4a6d45",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e574a771-1a83-4cb6-a02a-13291312ec3e",
            "generatedFromUUID": "bc1b917d-e39b-4101-81d8-01551a4a6d45"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e574a771-1a83-4cb6-a02a-13291312ec3e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220831050258-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
      "artifactChecksum": "NjM3ZWVhMWI1MjYyZTkyNmQwN2NjNWQzOWU2ZjY2MDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4612e25f-5aef-44f5-adc7-6f0816eadde1"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:05:23.781Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:05:23.781Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d90432a-4c0f-433b-a74e-1283c13406e6 ASDC
2022-08-31T05:05:23.908Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
ServiceName:vFW 2022-08-31 05-02-58
ServiceVersion:1.0
ServiceUUID:3d90432a-4c0f-433b-a74e-1283c13406e6
ServiceInvariantUUID:7addce8d-4a5a-4962-9d53-c5a531415c01
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220831050258-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar
ArtifactUUID:4612e25f-5aef-44f5-adc7-6f0816eadde1
ArtifactChecksum:NjM3ZWVhMWI1MjYyZTkyNmQwN2NjNWQzOWU2ZjY2MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9ecb6e78-01d6 0
ResourceCustomizationUUID:0a27db4c-5055-41fd-836e-704000e56cd1
ResourceInvariantUUID:72bd034f-8b86-439f-9ae2-5d7b3a193dd7
ResourceName:vFW 9ecb6e78-01d6
ResourceType:VF
ResourceUUID:3a46e2af-a79e-48b6-a2c6-5db722413b1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9ecb6e7801d60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json
ArtifactUUID:8a743908-e30d-4eb6-adcd-9df8781f973f
ArtifactChecksum:NDU1Y2I0ZDk5NWIzNjkzMWVlYjdkMWM1NDQ5M2I3YWY=
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/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml
ArtifactUUID:bc1b917d-e39b-4101-81d8-01551a4a6d45
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/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env
ArtifactUUID:e574a771-1a83-4cb6-a02a-13291312ec3e
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/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env
ArtifactUUID:e574a771-1a83-4cb6-a02a-13291312ec3e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:05:23.909Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d90432a-4c0f-433b-a74e-1283c13406e6 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-08-31T05:05:24.175Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:05:24.177Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-31T05:05:24.178Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-31T05:05:24.179Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4612e25f-5aef-44f5-adc7-6f0816eadde1 from URL: /sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar
2022-08-31T05:05:24.179Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-31T05:05:24.180Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar
2022-08-31T05:05:24.352Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-31T05:05:24.370Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar 4612e25f-5aef-44f5-adc7-6f0816eadde1 98986
2022-08-31T05:05:24.372Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar ASDC sendASDCNotification
2022-08-31T05:05:24.373Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar
2022-08-31T05:05:24.373Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:05:24.374Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:24.376Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:24.377Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922324371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:24.477Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:24.478Z||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-08-31T05:05:24.478Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:24.491Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:24.492Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:25.377Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:05:25.378Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-31T05:05:25.379Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4612e25f-5aef-44f5-adc7-6f0816eadde1, URL: /sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar to file: /app/ASDC/1/service-Vfw20220831050258-csar.csar
2022-08-31T05:05:25.380Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220831050258-csar.csar
2022-08-31T05:05:25.470Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220831050258-csar.csar
2022-08-31T05:05:25.471Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220831050258-csar.csar
2022-08-31T05:05:26.160Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13957684920689373533/Definitions/service-Vfw20220831050258-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_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_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-08-31T05:05:28.724Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:05:28.732Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-31T05:05:28.732Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.732Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-31T05:05:28.732Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.733Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.733Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.733Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.733Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.733Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.734Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.734Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.734Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.734Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.734Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.735Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9ecb6e78-01d6 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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.735Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-Vfw20220831050258-csar.csar
2022-08-31T05:05:28.735Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-31T05:05:28.742Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.743Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:28.768Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:28.768Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-31T05:05:28.770Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:05:28.772Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.772Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:28.772Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:28.772Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-31T05:05:28.772Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:05:28.773Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.773Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:28.776Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.776Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is not matching search criteria
2022-08-31T05:05:28.777Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:05:28.777Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:05:28.777Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.777Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.777Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:05:28.777Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.778Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:05:28.778Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:05:28.778Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:05:28.778Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.778Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.779Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:05:28.779Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.779Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:05:28.779Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.779Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:05:28.779Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.780Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:05:28.781Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.781Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:28.781Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:05:28.782Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.782Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:28.782Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:05:28.782Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.782Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:28.782Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:05:28.783Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.783Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is not matching search criteria
2022-08-31T05:05:28.783Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:05:28.783Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:05:28.783Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:05:28.784Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:05:28.784Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:05:28.784Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.784Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.784Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:05:28.784Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.785Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:05:28.785Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.785Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43bb78e9-81f2-494d-bed2-e90564d333d1
2022-08-31T05:05:28.785Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.785Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is not matching search criteria
2022-08-31T05:05:28.785Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:05:28.786Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:05:28.786Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.786Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.786Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:05:28.786Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.787Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:05:28.787Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:05:28.787Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:05:28.787Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.787Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:05:28.787Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.788Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=92651c2e-9c24-4737-b597-d187a8e5557e
2022-08-31T05:05:28.788Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.788Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is not matching search criteria
2022-08-31T05:05:28.788Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:05:28.788Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:05:28.788Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.789Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.789Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:05:28.789Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.789Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:05:28.789Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:05:28.789Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:05:28.790Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:28.790Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:28.790Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:05:28.790Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6c7ddc41-a30e-43c8-ac17-cf9450568f2e
2022-08-31T05:05:28.790Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.790Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:28.791Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.791Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:28.791Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.791Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:28.791Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:28.792Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:28.792Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-31 05-02-58
Description:catalog service description
Model UUID:3d90432a-4c0f-433b-a74e-1283c13406e6
Model Version:NULL
Model InvariantUuid:7addce8d-4a5a-4962-9d53-c5a531415c01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9ecb6e78-01d6
Model UUID:26413199-8c54-457c-a870-0034e3dc177d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72bd034f-8b86-439f-9ae2-5d7b3a193dd7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0a27db4c-5055-41fd-836e-704000e56cd1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6982e485-feb6-4140-9be7-726de303e3dc
ModelName:Vfw9ecb6e7801d6..base_vfw..module-0
ModelUuid:c67c31b2-94b2-435a-9acd-309925c0a7ac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:43bb78e9-81f2-494d-bed2-e90564d333d1
ModelInvariantUuid:5189746d-7a69-40c9-adbd-827951a172d9
ModelName:vFW 9ecb6e78-01d6-nodes.vfwCvfc
ModelUuid:8994a139-c220-498f-8c2e-8b931647c91f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:413c4e77-cd03-4293-b6b2-6e2e427cd939
ModelInvariantUuid:6c5d9941-e3d1-4384-b05b-057ccfe1d38d
ModelName:Vfw9ecb6e7801d6.compute.nodes.heat.vfw
ModelUuid:e8b45fcd-ccbc-4bb8-9cef-2e4f41a55df7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:92651c2e-9c24-4737-b597-d187a8e5557e
ModelInvariantUuid:a1ff5e6e-b2cd-49a2-9689-5b665b351500
ModelName:vFW 9ecb6e78-01d6-nodes.vsnCvfc
ModelUuid:3c04b01f-8045-4b92-8321-b96462e78905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:da085f19-40b4-4f23-b5ce-260336128f45
ModelInvariantUuid:231a0d4d-295d-427e-ab13-f72833acfdde
ModelName:Vfw9ecb6e7801d6.compute.nodes.heat.vsn
ModelUuid:4c447ee9-51d7-4944-9dda-312fd2d2db38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6c7ddc41-a30e-43c8-ac17-cf9450568f2e
ModelInvariantUuid:347e24c1-ea78-4656-8bb7-acc11aea1028
ModelName:vFW 9ecb6e78-01d6-nodes.vpgCvfc
ModelUuid:b040e7a9-a1a0-486b-b7df-416e930b893a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d4e41a69-ce2b-4dc0-84e9-045beb8cea4f
ModelInvariantUuid:18a0d5af-9587-44d2-a24c-304943fbf0e1
ModelName:Vfw9ecb6e7801d6.compute.nodes.heat.vpg
ModelUuid:05242626-177c-4f07-a575-7242e24004df
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-08-31T05:05:28.821Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a46e2af-a79e-48b6-a2c6-5db722413b1a
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-08-31T05:05:28.915Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||vFW 9ecb6e78-01d6 0
2022-08-31T05:05:28.923Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a46e2af-a79e-48b6-a2c6-5db722413b1a
2022-08-31T05:05:28.923Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8a743908-e30d-4eb6-adcd-9df8781f973f from URL: /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json
2022-08-31T05:05:28.923Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-31T05:05:28.923Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json
2022-08-31T05:05:28.988Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-31T05:05:28.988Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json 8a743908-e30d-4eb6-adcd-9df8781f973f 785
2022-08-31T05:05:28.989Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json ASDC sendASDCNotification
2022-08-31T05:05:28.989Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json
2022-08-31T05:05:28.989Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:05:28.990Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:28.993Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:28.993Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922328989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:29.093Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:29.094Z||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-08-31T05:05:29.094Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:29.106Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:29.106Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:29.995Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9ecb6e7801d6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6982e485-feb6-4140-9be7-726de303e3dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c67c31b2-94b2-435a-9acd-309925c0a7ac",
    "vfModuleModelCustomizationUUID": "0e8a81d1-469b-4e2e-9ab6-9a75b5a059bf",
    "isBase": true,
    "artifacts": [
      "bc1b917d-e39b-4101-81d8-01551a4a6d45",
      "e574a771-1a83-4cb6-a02a-13291312ec3e"
    ],
    "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-08-31T05:05:30.025Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9ecb6e7801d6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c67c31b2-94b2-435a-9acd-309925c0a7ac
VfModuleModelInvariantUUID:6982e485-feb6-4140-9be7-726de303e3dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc1b917d-e39b-4101-81d8-01551a4a6d45
,
e574a771-1a83-4cb6-a02a-13291312ec3e

}
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-08-31T05:05:30.031Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9ecb6e7801d6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6982e485-feb6-4140-9be7-726de303e3dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c67c31b2-94b2-435a-9acd-309925c0a7ac",
    "vfModuleModelCustomizationUUID": "0e8a81d1-469b-4e2e-9ab6-9a75b5a059bf",
    "isBase": true,
    "artifacts": [
      "bc1b917d-e39b-4101-81d8-01551a4a6d45",
      "e574a771-1a83-4cb6-a02a-13291312ec3e"
    ],
    "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-08-31T05:05:30.031Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9ecb6e7801d6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c67c31b2-94b2-435a-9acd-309925c0a7ac
VfModuleModelInvariantUUID:6982e485-feb6-4140-9be7-726de303e3dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc1b917d-e39b-4101-81d8-01551a4a6d45
,
e574a771-1a83-4cb6-a02a-13291312ec3e

}
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-08-31T05:05:30.031Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc1b917d-e39b-4101-81d8-01551a4a6d45 from URL: /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml
2022-08-31T05:05:30.031Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-31T05:05:30.032Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml
2022-08-31T05:05:30.149Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-31T05:05:30.150Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml bc1b917d-e39b-4101-81d8-01551a4a6d45 20368
2022-08-31T05:05:30.150Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:05:30.150Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml
2022-08-31T05:05:30.150Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:05:30.151Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:30.152Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:30.153Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922330150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:30.253Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:30.254Z||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-08-31T05:05:30.254Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:30.272Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:30.272Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:05:31.154Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e574a771-1a83-4cb6-a02a-13291312ec3e from URL: /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env
2022-08-31T05:05:31.154Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-31T05:05:31.154Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env
2022-08-31T05:05:31.211Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-31T05:05:31.212Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env e574a771-1a83-4cb6-a02a-13291312ec3e 2098
2022-08-31T05:05:31.212Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:05:31.212Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env
2022-08-31T05:05:31.212Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:05:31.213Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:31.215Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:31.215Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922331212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:05:31.315Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:31.316Z||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-08-31T05:05:31.316Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:31.336Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:31.336Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:32.216Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3d90432a-4c0f-433b-a74e-1283c13406e6
2022-08-31T05:05:32.217Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9ecb6e78-01d6 0 3a46e2af-a79e-48b6-a2c6-5db722413b1a 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-08-31T05:05:32.257Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e4318de, org.onap.sdc.toscaparser.api.parameters.Input@87317b9, org.onap.sdc.toscaparser.api.parameters.Input@13e3e42c, org.onap.sdc.toscaparser.api.parameters.Input@11644ba7, org.onap.sdc.toscaparser.api.parameters.Input@770734bd]
2022-08-31T05:05:32.261Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.261Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:32.262Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-08-31T05:05:32.262Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0a27db4c-5055-41fd-836e-704000e56cd1
2022-08-31T05:05:32.262Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a27db4c-5055-41fd-836e-704000e56cd1 matches Tosca VF Customization UUID: 0a27db4c-5055-41fd-836e-704000e56cd1
2022-08-31T05:05:32.262Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0a27db4c-5055-41fd-836e-704000e56cd1  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-08-31T05:05:32.269Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.270Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:32.271Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0a27db4c-5055-41fd-836e-704000e56cd1: {\"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-08-31T05:05:32.271Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@329f964
2022-08-31T05:05:32.271Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.271Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:05:32.272Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0e8a81d1-469b-4e2e-9ab6-9a75b5a059bf
2022-08-31T05:05:32.273Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0e8a81d1-469b-4e2e-9ab6-9a75b5a059bf
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-08-31T05:05:32.278Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.278Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:32.278Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:05:32.279Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.279Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:32.280Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:05:32.280Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.280Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is not matching search criteria
2022-08-31T05:05:32.280Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:05:32.280Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:05:32.280Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:05:32.281Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:05:32.281Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:05:32.281Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:32.281Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:32.281Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:05:32.281Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:32.282Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:05:32.282Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:32.282Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43bb78e9-81f2-494d-bed2-e90564d333d1
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-08-31T05:05:32.292Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.292Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:32.293Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:05:32.293Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.293Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is not matching search criteria
2022-08-31T05:05:32.293Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:05:32.293Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:05:32.294Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:32.294Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:32.294Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:05:32.294Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:32.294Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:05:32.294Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:05:32.294Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:05:32.295Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:32.295Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:05:32.295Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:32.295Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=92651c2e-9c24-4737-b597-d187a8e5557e
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-08-31T05:05:32.297Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.298Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:32.298Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:05:32.300Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.300Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is not matching search criteria
2022-08-31T05:05:32.301Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:05:32.301Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:05:32.301Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:32.301Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:32.301Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:05:32.301Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:05:32.302Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:05:32.302Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:05:32.302Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:05:32.302Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:05:32.302Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:05:32.302Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:05:32.303Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6c7ddc41-a30e-43c8-ac17-cf9450568f2e
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-08-31T05:05:32.305Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.306Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:32.306Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:05:32.306Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.306Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Node template vFW 9ecb6e78-01d6 0 is matching search criteria
2022-08-31T05:05:32.306Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9ecb6e78-01d6 0] matching following query criteria: sdcType=VF, customizationUUID=0a27db4c-5055-41fd-836e-704000e56cd1
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-08-31T05:05:32.308Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.309Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:32.309Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3d90432a-4c0f-433b-a74e-1283c13406e6: vFW 9ecb6e78-01d6
2022-08-31T05:05:32.309Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.309Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:32.310Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.310Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:32.310Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.310Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:32.310Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.310Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:32.311Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:05:32.311Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-31 05-02-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:05:32.311Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-08-31 05-02-58 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T05:05:32.626Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9ecb6e78-01d6 3a46e2af-a79e-48b6-a2c6-5db722413b1a 1 ASDC deployResourceStructure
2022-08-31T05:05:32.626Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json ASDC sendASDCNotification
2022-08-31T05:05:32.627Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json
2022-08-31T05:05:32.627Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:05:32.627Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:32.629Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:32.629Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922332626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:05:32.729Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:32.730Z||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-08-31T05:05:32.730Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:32.745Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:32.745Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:05:33.630Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:05:33.631Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml
2022-08-31T05:05:33.631Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:05:33.631Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:33.633Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:33.633Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922333630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:05:33.733Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:33.734Z||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-08-31T05:05:33.734Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:33.748Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:33.749Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:34.634Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:05:34.635Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env
2022-08-31T05:05:34.635Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:05:34.635Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:34.637Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:34.638Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922334634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:05:34.738Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:34.739Z||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-08-31T05:05:34.739Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:34.753Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:34.753Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:05:35.639Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar ASDC sendASDCNotification
2022-08-31T05:05:35.639Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar
2022-08-31T05:05:35.640Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:05:35.640Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:05:35.643Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:05:35.643Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922335638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:05:35.743Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:05:35.744Z||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-08-31T05:05:35.744Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:05:35.757Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:05:35.758Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:05:36.644Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:05:36.673Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
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-08-31T05:05:36.675Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:05:36.675Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:05:36.675Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:06:06.676Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:06:06.691Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
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-08-31T05:06:06.693Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:06:06.693Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:06:06.693Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:06:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:06:16.074Z||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-08-31T05:06:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:06:16.100Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:06:16.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:06:16.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922313994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:06:16.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:06:36.694Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:06:36.705Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
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-08-31T05:06:36.708Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:06:36.708Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:06:36.708Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:07:06.709Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:07:06.721Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
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-08-31T05:07:06.724Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:07:06.724Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:07:06.724Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:07:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:07:16.073Z||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-08-31T05:07:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:07:16.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:07:16.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:07:16.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922317228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:07:16.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:07:36.724Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:07:36.737Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
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-08-31T05:07:36.739Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:07:36.739Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:07:36.739Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:08:06.739Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:08:06.752Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
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-08-31T05:08:06.754Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:08:06.755Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:08:06.755Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:08:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:08:16.074Z||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-08-31T05:08:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:08:16.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:08:16.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "cds",
  "timestamp": 1661922317401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-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-08-31T05:08:16.627Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
2022-08-31T05:08:16.627Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7da1bb4-0e7c-450f-bb9d-697b54b6c53b 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-08-31T05:08:16.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922316973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922315038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922313994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "policy-id",
  "timestamp": 1661922318233,
  "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-08-31T05:08:16.644Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
2022-08-31T05:08:16.645Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7da1bb4-0e7c-450f-bb9d-697b54b6c53b 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-08-31T05:08:16.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922318143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922315038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922313994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922319220,
  "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-08-31T05:08:16.662Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
2022-08-31T05:08:16.662Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7da1bb4-0e7c-450f-bb9d-697b54b6c53b 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-08-31T05:08:16.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922315038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922313994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922320223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922315038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922313994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922320802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922315038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922321807,
  "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-08-31T05:08:16.679Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
2022-08-31T05:08:16.679Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7da1bb4-0e7c-450f-bb9d-697b54b6c53b 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-08-31T05:08:16.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922316070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922324371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922327254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922329272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922328989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "clamp",
  "timestamp": 1661922330282,
  "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-08-31T05:08:16.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
2022-08-31T05:08:16.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7da1bb4-0e7c-450f-bb9d-697b54b6c53b 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-08-31T05:08:16.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922330150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922331212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922332626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/vfw9ecb6e7801d60_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922333630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922334202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:08:16.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922334634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/resourceInstances/vfw9ecb6e7801d60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "aai-ml",
  "timestamp": 1661922335208,
  "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-08-31T05:08:16.711Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
2022-08-31T05:08:16.711Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7da1bb4-0e7c-450f-bb9d-697b54b6c53b 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-08-31T05:08:16.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922335638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831050258/1.0/artifacts/service-Vfw20220831050258-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922329981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922336212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922333994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922338117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922336212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922329981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922333994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922338117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922338719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922336212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922329981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922333994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922338117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922338719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922329981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922336212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922333994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922338117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922338719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922336212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922329981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922333994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922338117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922338719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922329981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922336212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922333994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922338117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922338719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922336212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922329981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922333994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922338719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922338117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922344530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922344850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922344865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922345038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922338719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922345877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922344530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922345038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922346463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "cds",
  "timestamp": 1661922346883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-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-08-31T05:08:16.756Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8550065-1cf5-4df6-a335-b9d9f89fe990
2022-08-31T05:08:16.756Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8550065-1cf5-4df6-a335-b9d9f89fe990 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-08-31T05:08:16.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922344530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922345038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922347555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922347180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922344530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922345038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922348185,
  "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-08-31T05:08:16.775Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8550065-1cf5-4df6-a335-b9d9f89fe990
2022-08-31T05:08:16.776Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8550065-1cf5-4df6-a335-b9d9f89fe990 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-08-31T05:08:16.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922348671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922344530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922345038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922349693,
  "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-08-31T05:08:16.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8550065-1cf5-4df6-a335-b9d9f89fe990
2022-08-31T05:08:16.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8550065-1cf5-4df6-a335-b9d9f89fe990 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-08-31T05:08:16.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922344530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922345038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:08:16.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922350698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922344530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922345038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:08:16.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:08:16.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922352290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922353295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922353029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:08:16.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "policy-id",
  "timestamp": 1661922354298,
  "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-08-31T05:08:16.809Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8550065-1cf5-4df6-a335-b9d9f89fe990
2022-08-31T05:08:16.809Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8550065-1cf5-4df6-a335-b9d9f89fe990 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-08-31T05:08:16.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "aai-ml",
  "timestamp": 1661922354033,
  "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-08-31T05:08:16.820Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a8550065-1cf5-4df6-a335-b9d9f89fe990
2022-08-31T05:08:16.820Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8550065-1cf5-4df6-a335-b9d9f89fe990 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-08-31T05:08:16.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922358251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:08:16.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922359277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:08:16.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:08:16.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:08:16.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "clamp",
  "timestamp": 1661922360281,
  "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-08-31T05:08:16.834Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8550065-1cf5-4df6-a335-b9d9f89fe990
2022-08-31T05:08:16.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8550065-1cf5-4df6-a335-b9d9f89fe990 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-08-31T05:08:36.755Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:08:36.768Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b
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-08-31T05:08:36.774Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:08:36.775Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:08:36.775Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:08:36.775Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:08:36.775Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:08:36.775Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|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-08-31T05:08:36.781Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:09:06.782Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b 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-08-31T05:09:06.793Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7da1bb4-0e7c-450f-bb9d-697b54b6c53b and serviceModelVersionId: 3d90432a-4c0f-433b-a74e-1283c13406e6
2022-08-31T05:09:06.793Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7addce8d-4a5a-4962-9d53-c5a531415c01
2022-08-31T05:09:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:09:16.073Z||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-08-31T05:09:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:21.221Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0
2022-08-31T05:09:21.335Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:09:21.833Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-08-31T05:09:21.838Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Invoke
2022-08-31T05:09:23.422Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-08-31T05:09:23.424Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Invoke
2022-08-31T05:09:24.956Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-08-31T05:09:24.958Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Invoke
2022-08-31T05:09:25.620Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:25.987Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:09:25.988Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-08-31T05:09:25.990Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:09:25.991Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-08-31T05:09:25.999Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-08-31T05:09:26.000Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7da1bb4-0e7c-450f-bb9d-697b54b6c53b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:09:26.002Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:09:26.002Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:26.005Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:26.005Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922566001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:09:26.105Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:26.106Z||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-08-31T05:09:26.106Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:26.121Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:26.121Z||pool-18-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-08-31T05:09:27.020Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:09:27.020Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-08-31T05:09:27.021Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:31.456Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:31.457Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||received message from topic
2022-08-31T05:09:31.457Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a8550065-1cf5-4df6-a335-b9d9f89fe990","serviceName":"basic_onboard_UNQRLf","serviceVersion":"1.0","serviceUUID":"c96b0ae8-9e27-4522-98bb-30b2319c50fc","serviceDescription":"service","serviceInvariantUUID":"dce1c4bb-8dce-4028-82a2-f358f69d09f1","resources":[{"resourceInstanceName":"basic_onboard_UNQRLf 0","resourceName":"basic_onboard_UNQRLf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84d45392-5915-4509-975b-4fcdbcec68dc","resourceInvariantUUID":"3ed37173-3e9b-4cc1-b894-7600e043bcc4","resourceCustomizationUUID":"4d0027ea-d101-43ac-9db2-49ece3ea0b88","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml","artifactChecksum":"YWFiMDhmODA2ZDQ2ODkwMzdjNjQwNjA0YmM3MDdmOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18f7a328-f114-401a-83bb-adc870aff769","artifactVersion":"1"},{"artifactName":"basic_onboard_unqrlf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json","artifactChecksum":"MTA3MDQ4MjA1ZTdkYTdlZDQ0YjNkYTMwN2JhYmJhZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4fd1382f-931c-4c56-8366-403c782ee16c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f40de073-07ff-4759-96eb-dc5c33aaf07f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c74da31-a90a-4530-acf5-628181583213","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72b18695-5ad5-4b56-a143-98052c3b5ddc","artifactVersion":"2","generatedFromUUID":"f40de073-07ff-4759-96eb-dc5c33aaf07f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUnqrlf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml","artifactChecksum":"OTMxYzE5Mjk5NTQ2ZjQ4MTRlNDE3ODVlYTFlMzEyMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f61830cc-d054-48cc-93db-14a5a8bb268b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUnqrlf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar","artifactChecksum":"MzY5NmZmY2U5ODM3OGUyZjU0NmJmMDRkNzgyNDRhOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40775fb0-b209-4cd7-a9ed-8e7b4426c281","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:09:31.460Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:09:31.461Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:31.463Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:31.463Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:09:31.563Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:09:31.564Z||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-08-31T05:09:31.564Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:31.578Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:31.579Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:32.464Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:09:32.465Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:32.467Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:32.467Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:09:32.567Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:09:32.568Z||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-08-31T05:09:32.568Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:32.580Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:32.581Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:33.468Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:09:33.469Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:33.471Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:33.471Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:09:33.571Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:09:33.572Z||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-08-31T05:09:33.573Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:33.587Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:33.588Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:34.472Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:09:34.473Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:34.475Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:34.475Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:09:34.576Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:09:34.577Z||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-08-31T05:09:34.577Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:34.590Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:34.591Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:09:35.476Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:09:35.477Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:35.479Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:35.479Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-31T05:09:35.579Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:35.580Z||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-08-31T05:09:35.580Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:35.594Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:35.594Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:36.479Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:09:36.480Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:36.482Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:36.482Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:09:36.582Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:36.583Z||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-08-31T05:09:36.584Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:36.596Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:36.596Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:37.483Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:09:37.484Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:37.486Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:37.486Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:09:37.586Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:37.587Z||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-08-31T05:09:37.587Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:37.601Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:37.601Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:09:38.488Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "serviceName": "basic_onboard_UNQRLf",
  "serviceVersion": "1.0",
  "serviceUUID": "c96b0ae8-9e27-4522-98bb-30b2319c50fc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dce1c4bb-8dce-4028-82a2-f358f69d09f1",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UNQRLf 0",
      "resourceCustomizationUUID": "4d0027ea-d101-43ac-9db2-49ece3ea0b88",
      "resourceName": "basic_onboard_UNQRLf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "84d45392-5915-4509-975b-4fcdbcec68dc",
      "resourceInvariantUUID": "3ed37173-3e9b-4cc1-b894-7600e043bcc4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_unqrlf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
          "artifactChecksum": "MTA3MDQ4MjA1ZTdkYTdlZDQ0YjNkYTMwN2JhYmJhZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4fd1382f-931c-4c56-8366-403c782ee16c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f40de073-07ff-4759-96eb-dc5c33aaf07f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72b18695-5ad5-4b56-a143-98052c3b5ddc",
            "generatedFromUUID": "f40de073-07ff-4759-96eb-dc5c33aaf07f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72b18695-5ad5-4b56-a143-98052c3b5ddc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUnqrlf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
      "artifactChecksum": "MzY5NmZmY2U5ODM3OGUyZjU0NmJmMDRkNzgyNDRhOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40775fb0-b209-4cd7-a9ed-8e7b4426c281"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:09:38.488Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:09:38.488Z|a7da1bb4-0e7c-450f-bb9d-697b54b6c53b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c96b0ae8-9e27-4522-98bb-30b2319c50fc ASDC
2022-08-31T05:09:38.488Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a8550065-1cf5-4df6-a335-b9d9f89fe990
ServiceName:basic_onboard_UNQRLf
ServiceVersion:1.0
ServiceUUID:c96b0ae8-9e27-4522-98bb-30b2319c50fc
ServiceInvariantUUID:dce1c4bb-8dce-4028-82a2-f358f69d09f1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUnqrlf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar
ArtifactUUID:40775fb0-b209-4cd7-a9ed-8e7b4426c281
ArtifactChecksum:MzY5NmZmY2U5ODM3OGUyZjU0NmJmMDRkNzgyNDRhOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UNQRLf 0
ResourceCustomizationUUID:4d0027ea-d101-43ac-9db2-49ece3ea0b88
ResourceInvariantUUID:3ed37173-3e9b-4cc1-b894-7600e043bcc4
ResourceName:basic_onboard_UNQRLf
ResourceType:VF
ResourceUUID:84d45392-5915-4509-975b-4fcdbcec68dc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_unqrlf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json
ArtifactUUID:4fd1382f-931c-4c56-8366-403c782ee16c
ArtifactChecksum:MTA3MDQ4MjA1ZTdkYTdlZDQ0YjNkYTMwN2JhYmJhZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f40de073-07ff-4759-96eb-dc5c33aaf07f
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env
ArtifactUUID:72b18695-5ad5-4b56-a143-98052c3b5ddc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env
ArtifactUUID:72b18695-5ad5-4b56-a143-98052c3b5ddc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:09:38.489Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c96b0ae8-9e27-4522-98bb-30b2319c50fc 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-08-31T05:09:38.532Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:09:38.533Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:09:38.533Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:09:38.533Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Trying to download the artifact UUID: 40775fb0-b209-4cd7-a9ed-8e7b4426c281 from URL: /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:38.533Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:09:38.534Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:38.786Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:09:38.790Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar 40775fb0-b209-4cd7-a9ed-8e7b4426c281 71575
2022-08-31T05:09:38.790Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar ASDC sendASDCNotification
2022-08-31T05:09:38.790Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:38.791Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:09:38.791Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:38.793Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:38.793Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922578790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:09:38.893Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:38.894Z||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-08-31T05:09:38.895Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:38.907Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:38.907Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:39.794Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:09:39.794Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:09:39.795Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Trying to write artifact UUID: 40775fb0-b209-4cd7-a9ed-8e7b4426c281, URL: /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar to file: /app/ASDC/1/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:39.796Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:39.796Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:39.796Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:39.917Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3016024192943400955/Definitions/service-BasicOnboardUnqrlf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-08-31T05:09:41.099Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:09:41.100Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|WARN|500||####################################################################################################
2022-08-31T05:09:41.100Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.100Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-31T05:09:41.100Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UNQRLf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.100Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.100Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.100Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.101Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.101Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.101Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.101Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.101Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:41.102Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|WARN|500||####################################################################################################
2022-08-31T05:09:41.102Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.102Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:41.102Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:41.102Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:09:41.103Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:09:41.103Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.103Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:41.103Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:41.103Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:09:41.104Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:09:41.104Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.104Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:41.104Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.105Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is not matching search criteria
2022-08-31T05:09:41.105Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-31T05:09:41.105Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-31T05:09:41.105Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-31T05:09:41.105Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-31T05:09:41.106Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:09:41.106Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.106Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:09:41.106Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.106Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:41.107Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:09:41.107Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.107Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:41.107Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:09:41.108Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.108Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:41.108Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:09:41.108Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.109Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is not matching search criteria
2022-08-31T05:09:41.109Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-31T05:09:41.109Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-31T05:09:41.109Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b06560d-d9ec-4a5e-bbeb-14d018306518
2022-08-31T05:09:41.110Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.110Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:41.110Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.110Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:41.110Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.111Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:41.111Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:41.111Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:41.111Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UNQRLf
Description:service
Model UUID:c96b0ae8-9e27-4522-98bb-30b2319c50fc
Model Version:NULL
Model InvariantUuid:dce1c4bb-8dce-4028-82a2-f358f69d09f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UNQRLf
Model UUID:dd5d22a7-0b2e-47cf-a82a-c776912c9d99
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3ed37173-3e9b-4cc1-b894-7600e043bcc4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4d0027ea-d101-43ac-9db2-49ece3ea0b88
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5859a85a-3c44-4333-b896-9ca4abd9022f
ModelName:BasicOnboardUnqrlf..base_ubuntu18..module-0
ModelUuid:395c13ea-e38d-4d28-97ac-49181684a8ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b06560d-d9ec-4a5e-bbeb-14d018306518
ModelInvariantUuid:e21c9396-71f8-48f9-a4e8-55edc35ae71e
ModelName:basic_onboard_UNQRLf-nodes.ubuntu18Cvfc
ModelUuid:97df1014-30d4-4406-b084-7fcf1d31b884
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9bc3df4a-2d86-43dd-ab22-511df61093c8
ModelInvariantUuid:f807e1bf-7714-4592-bfae-9c58fc7d1723
ModelName:BasicOnboardUnqrlf.compute.nodes.heat.ubuntu18
ModelUuid:691db154-40f6-4ddd-93a5-00d8be9893af
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-08-31T05:09:41.122Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 84d45392-5915-4509-975b-4fcdbcec68dc
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-08-31T05:09:41.125Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||basic_onboard_UNQRLf 0
2022-08-31T05:09:41.126Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 84d45392-5915-4509-975b-4fcdbcec68dc
2022-08-31T05:09:41.126Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Trying to download the artifact UUID: 4fd1382f-931c-4c56-8366-403c782ee16c from URL: /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json
2022-08-31T05:09:41.126Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:09:41.126Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json
2022-08-31T05:09:41.180Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:09:41.180Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json 4fd1382f-931c-4c56-8366-403c782ee16c 798
2022-08-31T05:09:41.181Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json ASDC sendASDCNotification
2022-08-31T05:09:41.181Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json
2022-08-31T05:09:41.181Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:09:41.181Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:41.186Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:41.186Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922581181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:09:41.283Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-31T05:09:41.284Z||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-08-31T05:09:41.284Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:41.306Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:41.307Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:09:42.186Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUnqrlf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5859a85a-3c44-4333-b896-9ca4abd9022f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "395c13ea-e38d-4d28-97ac-49181684a8ab",
    "vfModuleModelCustomizationUUID": "694017f7-a9ab-4672-a430-b3104f94c213",
    "isBase": true,
    "artifacts": [
      "f40de073-07ff-4759-96eb-dc5c33aaf07f",
      "72b18695-5ad5-4b56-a143-98052c3b5ddc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-31T05:09:42.190Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUnqrlf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:395c13ea-e38d-4d28-97ac-49181684a8ab
VfModuleModelInvariantUUID:5859a85a-3c44-4333-b896-9ca4abd9022f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f40de073-07ff-4759-96eb-dc5c33aaf07f
,
72b18695-5ad5-4b56-a143-98052c3b5ddc

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

isBase:true


}

2022-08-31T05:09:42.192Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUnqrlf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5859a85a-3c44-4333-b896-9ca4abd9022f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "395c13ea-e38d-4d28-97ac-49181684a8ab",
    "vfModuleModelCustomizationUUID": "694017f7-a9ab-4672-a430-b3104f94c213",
    "isBase": true,
    "artifacts": [
      "f40de073-07ff-4759-96eb-dc5c33aaf07f",
      "72b18695-5ad5-4b56-a143-98052c3b5ddc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-31T05:09:42.192Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUnqrlf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:395c13ea-e38d-4d28-97ac-49181684a8ab
VfModuleModelInvariantUUID:5859a85a-3c44-4333-b896-9ca4abd9022f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f40de073-07ff-4759-96eb-dc5c33aaf07f
,
72b18695-5ad5-4b56-a143-98052c3b5ddc

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

isBase:true


}

2022-08-31T05:09:42.192Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Trying to download the artifact UUID: f40de073-07ff-4759-96eb-dc5c33aaf07f from URL: /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml
2022-08-31T05:09:42.193Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:09:42.193Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml
2022-08-31T05:09:42.361Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:09:42.361Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml f40de073-07ff-4759-96eb-dc5c33aaf07f 5033
2022-08-31T05:09:42.361Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-31T05:09:42.362Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml
2022-08-31T05:09:42.362Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:09:42.362Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:42.364Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:42.364Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922582361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:09:42.464Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:42.465Z||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-08-31T05:09:42.465Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:42.478Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:42.478Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:43.364Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Trying to download the artifact UUID: 72b18695-5ad5-4b56-a143-98052c3b5ddc from URL: /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env
2022-08-31T05:09:43.365Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:09:43.366Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env
2022-08-31T05:09:43.523Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:09:43.523Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env 72b18695-5ad5-4b56-a143-98052c3b5ddc 909
2022-08-31T05:09:43.524Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-31T05:09:43.524Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env
2022-08-31T05:09:43.524Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:09:43.524Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:43.526Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:43.526Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922583524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:09:43.626Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:43.627Z||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-08-31T05:09:43.628Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:43.641Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:43.642Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:44.527Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Preparing to deploy Service: c96b0ae8-9e27-4522-98bb-30b2319c50fc
2022-08-31T05:09:44.527Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UNQRLf 0 84d45392-5915-4509-975b-4fcdbcec68dc 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-08-31T05:09:44.541Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a1a349d, org.onap.sdc.toscaparser.api.parameters.Input@5498892d, org.onap.sdc.toscaparser.api.parameters.Input@73b785c7, org.onap.sdc.toscaparser.api.parameters.Input@17629843, org.onap.sdc.toscaparser.api.parameters.Input@6ca7f8ee]
2022-08-31T05:09:44.542Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.542Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:44.542Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-31T05:09:44.543Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||VFCustomizationUUID= 4d0027ea-d101-43ac-9db2-49ece3ea0b88
2022-08-31T05:09:44.543Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d0027ea-d101-43ac-9db2-49ece3ea0b88 matches Tosca VF Customization UUID: 4d0027ea-d101-43ac-9db2-49ece3ea0b88
2022-08-31T05:09:44.544Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||vfCustomizationUUID: 4d0027ea-d101-43ac-9db2-49ece3ea0b88  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-08-31T05:09:44.546Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.546Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:44.547Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||resource request for resource customization id 4d0027ea-d101-43ac-9db2-49ece3ea0b88: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-08-31T05:09:44.547Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3093c8f5
2022-08-31T05:09:44.548Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.548Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:09:44.548Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 694017f7-a9ab-4672-a430-b3104f94c213
2022-08-31T05:09:44.548Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 694017f7-a9ab-4672-a430-b3104f94c213
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-08-31T05:09:44.552Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.552Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:44.553Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:09:44.553Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.553Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:44.554Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:09:44.554Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.554Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is not matching search criteria
2022-08-31T05:09:44.555Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-31T05:09:44.555Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-31T05:09:44.555Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b06560d-d9ec-4a5e-bbeb-14d018306518
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-08-31T05:09:44.558Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.558Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:44.559Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:09:44.559Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.559Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Node template basic_onboard_UNQRLf 0 is matching search criteria
2022-08-31T05:09:44.560Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found topology templates [basic_onboard_UNQRLf 0] matching following query criteria: sdcType=VF, customizationUUID=4d0027ea-d101-43ac-9db2-49ece3ea0b88
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-08-31T05:09:44.562Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.562Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:44.562Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500|| resourceSeq for service uuid c96b0ae8-9e27-4522-98bb-30b2319c50fc: basic_onboard_UNQRLf
2022-08-31T05:09:44.563Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.563Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:44.563Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.564Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:44.564Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.564Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:44.565Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.565Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:44.565Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:09:44.565Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Service basic_onboard_UNQRLf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:09:44.566Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||Saving Service: basic_onboard_UNQRLf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T05:09:44.664Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UNQRLf 84d45392-5915-4509-975b-4fcdbcec68dc 1 ASDC deployResourceStructure
2022-08-31T05:09:44.664Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json ASDC sendASDCNotification
2022-08-31T05:09:44.664Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json
2022-08-31T05:09:44.664Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:09:44.665Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:44.667Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:44.667Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922584664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:09:44.767Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:44.768Z||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-08-31T05:09:44.768Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:44.784Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:44.784Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:45.668Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-31T05:09:45.669Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml
2022-08-31T05:09:45.669Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:09:45.669Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:45.671Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:45.671Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922585668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:09:45.772Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:09:45.773Z||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-08-31T05:09:45.773Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:45.787Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:45.787Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:46.672Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-31T05:09:46.673Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env
2022-08-31T05:09:46.673Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:09:46.673Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:46.675Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:46.676Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922586672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:09:46.776Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:46.777Z||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-08-31T05:09:46.777Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:46.796Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:46.796Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:47.676Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar ASDC sendASDCNotification
2022-08-31T05:09:47.677Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar
2022-08-31T05:09:47.677Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:09:47.677Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:09:47.679Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:09:47.680Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922587676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:09:47.780Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:09:47.781Z||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-08-31T05:09:47.781Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:09:47.803Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:09:47.803Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:09:48.680Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8550065-1cf5-4df6-a335-b9d9f89fe990
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:09:48.693Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8550065-1cf5-4df6-a335-b9d9f89fe990
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-08-31T05:09:48.697Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:09:48.697Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:09:48.697Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:09:48.697Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:09:48.697Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:09:48.697Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?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-08-31T05:09:48.702Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:10:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:10:16.073Z||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-08-31T05:10:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:10:16.705Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:10:16.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7da1bb4-0e7c-450f-bb9d-697b54b6c53b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922566001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:10:16.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:16.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922567020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:10:16.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:10:16.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922578790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:10:16.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:16.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922581181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:10:16.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:16.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922582361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:10:16.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:16.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922583524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:10:16.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:16.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922584664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/basic_onboard_unqrlf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922585668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922586672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/resourceInstances/basic_onboard_unqrlf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:16.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:10:16.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922587676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnqrlf/1.0/artifacts/service-BasicOnboardUnqrlf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:10:16.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:10:18.703Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a8550065-1cf5-4df6-a335-b9d9f89fe990 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-08-31T05:10:18.709Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8550065-1cf5-4df6-a335-b9d9f89fe990 and serviceModelVersionId: c96b0ae8-9e27-4522-98bb-30b2319c50fc
2022-08-31T05:10:18.709Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dce1c4bb-8dce-4028-82a2-f358f69d09f1
2022-08-31T05:10:18.710Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0
2022-08-31T05:10:18.713Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:10:18.765Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7addce8d-4a5a-4962-9d53-c5a531415c01/model-vers/model-ver/3d90432a-4c0f-433b-a74e-1283c13406e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:18.766Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Invoke
2022-08-31T05:10:20.280Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:20.281Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Invoke
2022-08-31T05:10:21.816Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:21.818Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Invoke
2022-08-31T05:10:22.850Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:10:22.852Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:22.853Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:10:22.853Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:22.859Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:22.859Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8550065-1cf5-4df6-a335-b9d9f89fe990 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:10:22.859Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:10:22.860Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:10:22.862Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:10:22.862Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922622859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:10:22.962Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:10:22.963Z||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-08-31T05:10:22.963Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:10:22.979Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:10:22.980Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:10:23.875Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:10:23.876Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:23.876Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:10:33.457Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:10:33.458Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:10:33.459Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:33.459Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:10:43.021Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:10:43.022Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:10:43.022Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:43.023Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:10:52.572Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:10:52.573Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:10:52.574Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:10:52.574Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:11:02.153Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:11:16.070Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:11:16.071Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:11:16.071Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:11:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:11:16.073Z||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-08-31T05:11:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:11:16.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:11:16.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:11:16.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8550065-1cf5-4df6-a335-b9d9f89fe990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922622859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:11:16.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:11:25.612Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:12:16.070Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:12:16.071Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:12:16.071Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:12:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:12:16.073Z||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-08-31T05:12:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:12:25.616Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:12:25.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:13:16.070Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:13:16.071Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:13:16.071Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:13:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:13:16.073Z||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-08-31T05:13:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:13:25.620Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:13:25.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:14:16.072Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:14:16.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:14:16.073Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:14:16.073Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:14:16.074Z||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-08-31T05:14:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:14:25.618Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:14:25.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:16.070Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:15:16.071Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:15:16.071Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:15:16.073Z||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-08-31T05:15:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:16.746Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:16.747Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||received message from topic
2022-08-31T05:15:16.747Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"97f5503e-87e3-4e6a-933a-024ae84f214a","serviceName":"vFW 2022-08-31 05-13-10","serviceVersion":"1.0","serviceUUID":"6958286b-81c5-4b7c-9913-049fd7c96d47","serviceDescription":"catalog service description","serviceInvariantUUID":"153b177a-9e54-4141-b87e-223f3945be62","resources":[{"resourceInstanceName":"vFW ff2a695d-b06e 0","resourceName":"vFW ff2a695d-b06e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a30d8a80-ee75-4c52-ba7b-3ab3fc9f43a7","resourceInvariantUUID":"9c834171-b58c-41f7-b503-2d355ddcab07","resourceCustomizationUUID":"74a0b5de-4c06-4ef7-9a16-28895b1c39bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml","artifactChecksum":"MGI3ZWUxNGM4MTViMDY0Yjc1MjY0NmY2ZDAyMThjNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0762bcf2-f8e2-4124-ae71-e67cbe2f991c","artifactVersion":"1"},{"artifactName":"vfwff2a695db06e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json","artifactChecksum":"NDNjMWJkYTdjODVlMDYwNTA5ZTQ1YzI5M2ZlMDc3MGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1238a554-6276-4d20-9e66-616154cd5a08","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b5cff7ff-f88c-4f4f-a234-651c747322b7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml","artifactChecksum":"MTZiNDIzYTExODViYWVjODU1ZTZhYzRjM2YwMDIzYTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"acc6a03f-ef52-4d6c-bce4-a28b687e54b3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f7043299-07cb-4611-9928-cd5e29881a39","artifactVersion":"2","generatedFromUUID":"b5cff7ff-f88c-4f4f-a234-651c747322b7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220831051310-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml","artifactChecksum":"OGZhOGJlMzI3NGY1NzE4NjI1YjVkYTgxYTdlODY0NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a1b897d-c37d-4763-a6f6-252c4f8f854a","artifactVersion":"1"},{"artifactName":"service-Vfw20220831051310-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar","artifactChecksum":"ZGY1ZGIzN2JiNDc1ZjY3YTRmZWM1OGYyYmQyMDk1Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05a31a76-e079-41e3-948c-63202f5ae208","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:15:16.751Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:15:16.752Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:16.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:16.754Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:16.754Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922869485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922863117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922869980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922864530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922869980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922869485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922863117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922864530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922869485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922863117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922869980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922864530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922873995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922863117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922869485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922869980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922864530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922873995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922869485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922869980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922863117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922864530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922873995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922869980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922863117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922869485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922864530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922873995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922869485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922869980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922863117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922864530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922873995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922878518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:16.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922878522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:16.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922879273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:16.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922879472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:16.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922878719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922873995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922880277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:15:16.798Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "cds",
  "timestamp": 1661922880481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-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-08-31T05:15:16.818Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97f5503e-87e3-4e6a-933a-024ae84f214a
2022-08-31T05:15:16.818Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f5503e-87e3-4e6a-933a-024ae84f214a 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-08-31T05:15:16.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922878719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661922873995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "policy-id",
  "timestamp": 1661922881280,
  "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-08-31T05:15:16.834Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97f5503e-87e3-4e6a-933a-024ae84f214a
2022-08-31T05:15:16.834Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f5503e-87e3-4e6a-933a-024ae84f214a 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-08-31T05:15:16.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922878719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922881873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:15:16.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922878719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661922882879,
  "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-08-31T05:15:16.852Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97f5503e-87e3-4e6a-933a-024ae84f214a
2022-08-31T05:15:16.853Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f5503e-87e3-4e6a-933a-024ae84f214a 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-08-31T05:15:16.862Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-31T05:15:16.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922878719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.872Z||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-08-31T05:15:16.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922878719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.873Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:16.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922885038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922878719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922885038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922886495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:16.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922885038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922887574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:16.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922885038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922888757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:16.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922885038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922889788,
  "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-08-31T05:15:16.888Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97f5503e-87e3-4e6a-933a-024ae84f214a
2022-08-31T05:15:16.889Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:16.890Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:15:16.890Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f5503e-87e3-4e6a-933a-024ae84f214a 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-08-31T05:15:16.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922885038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:16.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661922890792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:15:16.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922890729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:15:16.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922885038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:15:16.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:15:16.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "aai-ml",
  "timestamp": 1661922891733,
  "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-08-31T05:15:16.907Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 97f5503e-87e3-4e6a-933a-024ae84f214a
2022-08-31T05:15:16.907Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f5503e-87e3-4e6a-933a-024ae84f214a 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-08-31T05:15:16.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922898331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:16.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922899356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:15:16.917Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:15:16.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:15:16.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "clamp",
  "timestamp": 1661922900360,
  "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-08-31T05:15:16.923Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97f5503e-87e3-4e6a-933a-024ae84f214a
2022-08-31T05:15:16.923Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f5503e-87e3-4e6a-933a-024ae84f214a 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-08-31T05:15:17.755Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:15:17.756Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:17.758Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:17.758Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:15:17.858Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:17.859Z||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-08-31T05:15:17.859Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:17.873Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:17.873Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:18.759Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:15:18.759Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:18.762Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:18.762Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:15:18.862Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:15:18.863Z||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-08-31T05:15:18.863Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:18.874Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:18.875Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:19.763Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:15:19.765Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:19.768Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:19.768Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:19.868Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:19.869Z||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-08-31T05:15:19.870Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:19.881Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:19.881Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:20.769Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:15:20.770Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:20.772Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:20.772Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:15:20.872Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:20.873Z||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-08-31T05:15:20.873Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:20.885Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:20.885Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:21.773Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:15:21.774Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:21.775Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:21.775Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:15:21.876Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:21.877Z||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-08-31T05:15:21.877Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:21.888Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:21.888Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:22.776Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:15:22.777Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:22.779Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:22.779Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:15:22.879Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:22.880Z||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-08-31T05:15:22.880Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:22.892Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:22.892Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:23.780Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "serviceName": "vFW 2022-08-31 05-13-10",
  "serviceVersion": "1.0",
  "serviceUUID": "6958286b-81c5-4b7c-9913-049fd7c96d47",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "153b177a-9e54-4141-b87e-223f3945be62",
  "resources": [
    {
      "resourceInstanceName": "vFW ff2a695d-b06e 0",
      "resourceCustomizationUUID": "74a0b5de-4c06-4ef7-9a16-28895b1c39bd",
      "resourceName": "vFW ff2a695d-b06e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a30d8a80-ee75-4c52-ba7b-3ab3fc9f43a7",
      "resourceInvariantUUID": "9c834171-b58c-41f7-b503-2d355ddcab07",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwff2a695db06e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
          "artifactChecksum": "NDNjMWJkYTdjODVlMDYwNTA5ZTQ1YzI5M2ZlMDc3MGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1238a554-6276-4d20-9e66-616154cd5a08",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b5cff7ff-f88c-4f4f-a234-651c747322b7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f7043299-07cb-4611-9928-cd5e29881a39",
            "generatedFromUUID": "b5cff7ff-f88c-4f4f-a234-651c747322b7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f7043299-07cb-4611-9928-cd5e29881a39",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220831051310-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
      "artifactChecksum": "ZGY1ZGIzN2JiNDc1ZjY3YTRmZWM1OGYyYmQyMDk1Mjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "05a31a76-e079-41e3-948c-63202f5ae208"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:15:23.781Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:15:23.781Z|a8550065-1cf5-4df6-a335-b9d9f89fe990|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6958286b-81c5-4b7c-9913-049fd7c96d47 ASDC
2022-08-31T05:15:23.781Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||ASDC Notification:
DistributionID:97f5503e-87e3-4e6a-933a-024ae84f214a
ServiceName:vFW 2022-08-31 05-13-10
ServiceVersion:1.0
ServiceUUID:6958286b-81c5-4b7c-9913-049fd7c96d47
ServiceInvariantUUID:153b177a-9e54-4141-b87e-223f3945be62
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220831051310-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar
ArtifactUUID:05a31a76-e079-41e3-948c-63202f5ae208
ArtifactChecksum:ZGY1ZGIzN2JiNDc1ZjY3YTRmZWM1OGYyYmQyMDk1Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ff2a695d-b06e 0
ResourceCustomizationUUID:74a0b5de-4c06-4ef7-9a16-28895b1c39bd
ResourceInvariantUUID:9c834171-b58c-41f7-b503-2d355ddcab07
ResourceName:vFW ff2a695d-b06e
ResourceType:VF
ResourceUUID:a30d8a80-ee75-4c52-ba7b-3ab3fc9f43a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwff2a695db06e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json
ArtifactUUID:1238a554-6276-4d20-9e66-616154cd5a08
ArtifactChecksum:NDNjMWJkYTdjODVlMDYwNTA5ZTQ1YzI5M2ZlMDc3MGI=
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/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml
ArtifactUUID:b5cff7ff-f88c-4f4f-a234-651c747322b7
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/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env
ArtifactUUID:f7043299-07cb-4611-9928-cd5e29881a39
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/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env
ArtifactUUID:f7043299-07cb-4611-9928-cd5e29881a39
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:15:23.781Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6958286b-81c5-4b7c-9913-049fd7c96d47 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-08-31T05:15:23.832Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:15:23.833Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:15:23.833Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:15:23.833Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Trying to download the artifact UUID: 05a31a76-e079-41e3-948c-63202f5ae208 from URL: /sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar
2022-08-31T05:15:23.833Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:15:23.833Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar
2022-08-31T05:15:24.150Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:15:24.155Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar 05a31a76-e079-41e3-948c-63202f5ae208 99082
2022-08-31T05:15:24.155Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar ASDC sendASDCNotification
2022-08-31T05:15:24.156Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar
2022-08-31T05:15:24.156Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:15:24.156Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:24.158Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:24.158Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922924155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:24.258Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:24.260Z||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-08-31T05:15:24.260Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:24.272Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:24.273Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:25.159Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:15:25.160Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:15:25.160Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Trying to write artifact UUID: 05a31a76-e079-41e3-948c-63202f5ae208, URL: /sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar to file: /app/ASDC/1/service-Vfw20220831051310-csar.csar
2022-08-31T05:15:25.161Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220831051310-csar.csar
2022-08-31T05:15:25.161Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220831051310-csar.csar
2022-08-31T05:15:25.161Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220831051310-csar.csar
2022-08-31T05:15:25.378Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17123342559999337328/Definitions/service-Vfw20220831051310-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_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
2022-08-31T05:15:27.384Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:15:27.384Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|WARN|500||####################################################################################################
2022-08-31T05:15:27.385Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.385Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-31T05:15:27.385Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.385Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.385Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.385Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.385Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.386Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.386Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.386Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.386Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.386Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.386Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.386Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.386Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ff2a695d-b06e 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-Vfw20220831051310-csar.csar
2022-08-31T05:15:27.387Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|WARN|500||####################################################################################################
2022-08-31T05:15:27.387Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.387Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:27.387Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:27.388Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:15:27.388Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:15:27.388Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.388Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:27.389Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:27.389Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:15:27.389Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:15:27.389Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.389Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:27.390Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.390Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is not matching search criteria
2022-08-31T05:15:27.390Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:15:27.390Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:15:27.390Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:15:27.391Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.391Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.391Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:15:27.391Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.391Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:15:27.391Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:15:27.392Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.392Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.392Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:15:27.392Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.392Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:15:27.392Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.393Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:15:27.393Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.393Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:15:27.393Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.393Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:27.394Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:15:27.394Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.394Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:27.394Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:15:27.394Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.395Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:27.395Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:15:27.395Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.395Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is not matching search criteria
2022-08-31T05:15:27.395Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:15:27.396Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:15:27.396Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:15:27.396Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:15:27.396Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:15:27.396Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.396Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.397Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:15:27.397Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.397Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:15:27.397Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.397Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c469b56b-f4ea-4186-8c97-42abbfd13cc9
2022-08-31T05:15:27.397Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.398Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is not matching search criteria
2022-08-31T05:15:27.398Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:15:27.398Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:15:27.398Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:15:27.398Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.399Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.399Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:15:27.399Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.399Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:15:27.399Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:15:27.399Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.400Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:15:27.400Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.400Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=19c9651d-6b0d-426a-aea4-950cbc216eeb
2022-08-31T05:15:27.400Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.400Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is not matching search criteria
2022-08-31T05:15:27.400Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:15:27.401Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:15:27.401Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:15:27.401Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.401Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.401Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:15:27.401Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.402Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:15:27.402Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:15:27.402Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:27.402Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:27.402Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:15:27.403Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28bdc15e-d407-4f9c-8f42-8da36e731693
2022-08-31T05:15:27.403Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.403Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:27.403Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.403Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:27.403Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.404Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:27.404Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:27.404Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:27.404Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-31 05-13-10
Description:catalog service description
Model UUID:6958286b-81c5-4b7c-9913-049fd7c96d47
Model Version:NULL
Model InvariantUuid:153b177a-9e54-4141-b87e-223f3945be62
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ff2a695d-b06e
Model UUID:2b80e8f0-b167-4b85-acbf-5f87f4b0f325
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c834171-b58c-41f7-b503-2d355ddcab07
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74a0b5de-4c06-4ef7-9a16-28895b1c39bd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:81cc9057-7ff0-4b63-ab4d-b9283495839b
ModelName:VfwFf2a695dB06e..base_vfw..module-0
ModelUuid:6ad3ee26-8083-48b3-beab-1fe1cf0b2902
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c469b56b-f4ea-4186-8c97-42abbfd13cc9
ModelInvariantUuid:5995c6c0-f954-46b7-b66c-308b00fb78ad
ModelName:vFW ff2a695d-b06e-nodes.vfwCvfc
ModelUuid:40cb145f-ad2c-4d9b-93e4-e5157069dc67
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7fdbbf16-5d53-4dd4-9406-1aff3d7749cb
ModelInvariantUuid:7c024a0b-a5ed-4eb6-b1d5-89b73c9f2243
ModelName:VfwFf2a695dB06e.compute.nodes.heat.vfw
ModelUuid:0d0c60db-ddcf-4560-99c7-fbcfa6c9b1df
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:19c9651d-6b0d-426a-aea4-950cbc216eeb
ModelInvariantUuid:7b76f013-ddbe-4013-b38f-657991ab1051
ModelName:vFW ff2a695d-b06e-nodes.vsnCvfc
ModelUuid:c7fad8f2-1ce8-4c29-9515-1fdd4e7a615e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3d2f016e-a935-4b04-bddf-0eee214f9493
ModelInvariantUuid:fd051f5c-903a-4fe1-a125-b67a401de367
ModelName:VfwFf2a695dB06e.compute.nodes.heat.vsn
ModelUuid:e4ddf923-ba68-4bb6-9bfe-2545c900f2e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:28bdc15e-d407-4f9c-8f42-8da36e731693
ModelInvariantUuid:60aea4ee-2512-42a2-b241-69da3fbe003c
ModelName:vFW ff2a695d-b06e-nodes.vpgCvfc
ModelUuid:0a712fc4-27e6-4696-9eee-ae644c37452c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f3b5baa3-6a8f-42c0-9d83-9fab42f52996
ModelInvariantUuid:5e27f0ee-27b1-451b-bc6f-108bb2f34406
ModelName:VfwFf2a695dB06e.compute.nodes.heat.vpg
ModelUuid:0a5d298e-6597-498c-8be7-3da90cc0edbe
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-08-31T05:15:27.411Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: a30d8a80-ee75-4c52-ba7b-3ab3fc9f43a7
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-08-31T05:15:27.414Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||vFW ff2a695d-b06e 0
2022-08-31T05:15:27.415Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: a30d8a80-ee75-4c52-ba7b-3ab3fc9f43a7
2022-08-31T05:15:27.415Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Trying to download the artifact UUID: 1238a554-6276-4d20-9e66-616154cd5a08 from URL: /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json
2022-08-31T05:15:27.415Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:15:27.415Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json
2022-08-31T05:15:27.474Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:15:27.475Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json 1238a554-6276-4d20-9e66-616154cd5a08 785
2022-08-31T05:15:27.475Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json ASDC sendASDCNotification
2022-08-31T05:15:27.475Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json
2022-08-31T05:15:27.476Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:15:27.476Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:27.478Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:27.478Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922927475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:27.578Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:27.579Z||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-08-31T05:15:27.579Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:27.590Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:27.591Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:28.479Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFf2a695dB06e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "81cc9057-7ff0-4b63-ab4d-b9283495839b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ad3ee26-8083-48b3-beab-1fe1cf0b2902",
    "vfModuleModelCustomizationUUID": "d9439aff-a759-4c77-9e4a-5414dbf3de30",
    "isBase": true,
    "artifacts": [
      "b5cff7ff-f88c-4f4f-a234-651c747322b7",
      "f7043299-07cb-4611-9928-cd5e29881a39"
    ],
    "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-08-31T05:15:28.482Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFf2a695dB06e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ad3ee26-8083-48b3-beab-1fe1cf0b2902
VfModuleModelInvariantUUID:81cc9057-7ff0-4b63-ab4d-b9283495839b
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5cff7ff-f88c-4f4f-a234-651c747322b7
,
f7043299-07cb-4611-9928-cd5e29881a39

}
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-08-31T05:15:28.484Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFf2a695dB06e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "81cc9057-7ff0-4b63-ab4d-b9283495839b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ad3ee26-8083-48b3-beab-1fe1cf0b2902",
    "vfModuleModelCustomizationUUID": "d9439aff-a759-4c77-9e4a-5414dbf3de30",
    "isBase": true,
    "artifacts": [
      "b5cff7ff-f88c-4f4f-a234-651c747322b7",
      "f7043299-07cb-4611-9928-cd5e29881a39"
    ],
    "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-08-31T05:15:28.484Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFf2a695dB06e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ad3ee26-8083-48b3-beab-1fe1cf0b2902
VfModuleModelInvariantUUID:81cc9057-7ff0-4b63-ab4d-b9283495839b
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5cff7ff-f88c-4f4f-a234-651c747322b7
,
f7043299-07cb-4611-9928-cd5e29881a39

}
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-08-31T05:15:28.484Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Trying to download the artifact UUID: b5cff7ff-f88c-4f4f-a234-651c747322b7 from URL: /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml
2022-08-31T05:15:28.485Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:15:28.485Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml
2022-08-31T05:15:28.540Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:15:28.541Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml b5cff7ff-f88c-4f4f-a234-651c747322b7 20368
2022-08-31T05:15:28.541Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:15:28.541Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml
2022-08-31T05:15:28.542Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:15:28.542Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:28.544Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:28.544Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922928541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:28.644Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:28.645Z||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-08-31T05:15:28.645Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:28.656Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:28.656Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:29.545Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Trying to download the artifact UUID: f7043299-07cb-4611-9928-cd5e29881a39 from URL: /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env
2022-08-31T05:15:29.546Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:15:29.546Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env
2022-08-31T05:15:29.609Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:15:29.609Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env f7043299-07cb-4611-9928-cd5e29881a39 2098
2022-08-31T05:15:29.609Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:15:29.609Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env
2022-08-31T05:15:29.610Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:15:29.610Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:29.612Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:29.612Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922929609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:15:29.712Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:29.713Z||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-08-31T05:15:29.713Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:29.726Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:29.726Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:15:30.612Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Preparing to deploy Service: 6958286b-81c5-4b7c-9913-049fd7c96d47
2022-08-31T05:15:30.613Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ff2a695d-b06e 0 a30d8a80-ee75-4c52-ba7b-3ab3fc9f43a7 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-08-31T05:15:30.631Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d7c1e8f, org.onap.sdc.toscaparser.api.parameters.Input@26d776f7, org.onap.sdc.toscaparser.api.parameters.Input@3311e57e, org.onap.sdc.toscaparser.api.parameters.Input@5c599b41, org.onap.sdc.toscaparser.api.parameters.Input@313c6e23]
2022-08-31T05:15:30.632Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.632Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:30.633Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-31T05:15:30.633Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||VFCustomizationUUID= 74a0b5de-4c06-4ef7-9a16-28895b1c39bd
2022-08-31T05:15:30.633Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74a0b5de-4c06-4ef7-9a16-28895b1c39bd matches Tosca VF Customization UUID: 74a0b5de-4c06-4ef7-9a16-28895b1c39bd
2022-08-31T05:15:30.633Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||vfCustomizationUUID: 74a0b5de-4c06-4ef7-9a16-28895b1c39bd  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-08-31T05:15:30.636Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.636Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:30.637Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||resource request for resource customization id 74a0b5de-4c06-4ef7-9a16-28895b1c39bd: {\"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-08-31T05:15:30.637Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d4fe04
2022-08-31T05:15:30.637Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.637Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:15:30.638Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9439aff-a759-4c77-9e4a-5414dbf3de30
2022-08-31T05:15:30.638Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9439aff-a759-4c77-9e4a-5414dbf3de30
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-08-31T05:15:30.641Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.641Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:30.641Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:15:30.641Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.642Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:30.642Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:15:30.642Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.642Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is not matching search criteria
2022-08-31T05:15:30.643Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:15:30.643Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:15:30.643Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:15:30.644Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:15:30.644Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:15:30.644Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:30.644Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:30.645Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:15:30.645Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:30.645Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:15:30.645Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:30.645Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c469b56b-f4ea-4186-8c97-42abbfd13cc9
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-08-31T05:15:30.648Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.648Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:30.649Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:15:30.649Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.649Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is not matching search criteria
2022-08-31T05:15:30.650Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:15:30.650Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:15:30.650Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:15:30.650Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:30.651Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:30.651Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:15:30.651Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:30.651Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:15:30.651Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:15:30.652Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:30.652Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:15:30.652Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:30.652Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=19c9651d-6b0d-426a-aea4-950cbc216eeb
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-08-31T05:15:30.655Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.655Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:30.656Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:15:30.656Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.656Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is not matching search criteria
2022-08-31T05:15:30.657Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:15:30.657Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:15:30.657Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:15:30.657Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:30.658Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:30.658Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:15:30.658Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:15:30.658Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:15:30.659Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:15:30.659Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:15:30.659Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:15:30.659Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:15:30.660Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28bdc15e-d407-4f9c-8f42-8da36e731693
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-08-31T05:15:30.662Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.663Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:30.663Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:15:30.663Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.663Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Node template vFW ff2a695d-b06e 0 is matching search criteria
2022-08-31T05:15:30.664Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found topology templates [vFW ff2a695d-b06e 0] matching following query criteria: sdcType=VF, customizationUUID=74a0b5de-4c06-4ef7-9a16-28895b1c39bd
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-08-31T05:15:30.666Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.666Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:30.667Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500|| resourceSeq for service uuid 6958286b-81c5-4b7c-9913-049fd7c96d47: vFW ff2a695d-b06e
2022-08-31T05:15:30.667Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.667Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:30.667Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.668Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:30.668Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.668Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:30.668Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.669Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:30.669Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:15:30.669Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Service vFW 2022-08-31 05-13-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:15:30.669Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||Saving Service: vFW 2022-08-31 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-08-31T05:15:30.872Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ff2a695d-b06e a30d8a80-ee75-4c52-ba7b-3ab3fc9f43a7 1 ASDC deployResourceStructure
2022-08-31T05:15:30.873Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json ASDC sendASDCNotification
2022-08-31T05:15:30.873Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json
2022-08-31T05:15:30.873Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:15:30.873Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:30.875Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:30.875Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922930873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:15:30.975Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:30.977Z||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-08-31T05:15:30.977Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:30.988Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:30.989Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:31.877Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:15:31.877Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml
2022-08-31T05:15:31.877Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:15:31.878Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:31.881Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:31.881Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922931877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:15:31.981Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:31.982Z||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-08-31T05:15:31.982Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:31.998Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:31.999Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:32.882Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:15:32.882Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env
2022-08-31T05:15:32.882Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:15:32.883Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:32.884Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:32.884Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922932882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:15:32.985Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:15:32.985Z||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-08-31T05:15:32.986Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:32.997Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:32.997Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:33.886Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar ASDC sendASDCNotification
2022-08-31T05:15:33.886Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar
2022-08-31T05:15:33.886Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:15:33.886Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:15:33.888Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:15:33.888Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922933885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:15:33.989Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:15:33.990Z||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-08-31T05:15:33.990Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:15:34.004Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:15:34.004Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:15:34.889Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97f5503e-87e3-4e6a-933a-024ae84f214a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:15:34.904Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97f5503e-87e3-4e6a-933a-024ae84f214a
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-08-31T05:15:34.906Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:15:34.907Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:15:34.907Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:15:34.907Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:15:34.907Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:15:34.907Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?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-08-31T05:15:34.912Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:16:04.912Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 97f5503e-87e3-4e6a-933a-024ae84f214a 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-08-31T05:16:04.925Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97f5503e-87e3-4e6a-933a-024ae84f214a and serviceModelVersionId: 6958286b-81c5-4b7c-9913-049fd7c96d47
2022-08-31T05:16:04.925Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 153b177a-9e54-4141-b87e-223f3945be62
2022-08-31T05:16:04.928Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0
2022-08-31T05:16:04.938Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dce1c4bb-8dce-4028-82a2-f358f69d09f1/model-vers/model-ver/c96b0ae8-9e27-4522-98bb-30b2319c50fc?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:16:05.004Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Invoke
2022-08-31T05:16:05.005Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[deb09b96-e99b-4923-a77d-381601fde5fd], X-ECOMP-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], X-TransactionId=[], X-ONAP-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], Content-Type=[application/merge-patch+json]}
2022-08-31T05:16:06.554Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Invoke
2022-08-31T05:16:06.554Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1fb0ad0d-fc67-4c51-a5a5-1cc5349846f5], X-ECOMP-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], X-TransactionId=[], X-ONAP-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], Content-Type=[application/merge-patch+json]}
2022-08-31T05:16:08.099Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Invoke
2022-08-31T05:16:08.100Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c222d2d8-9763-4a72-805c-e519bbb59fa6], X-ECOMP-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], X-TransactionId=[], X-ONAP-RequestID=[97f5503e-87e3-4e6a-933a-024ae84f214a], Content-Type=[application/merge-patch+json]}
2022-08-31T05:16:09.122Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:16:09.123Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-08-31T05:16:09.124Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:16:09.124Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-08-31T05:16:09.130Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-08-31T05:16:09.131Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97f5503e-87e3-4e6a-933a-024ae84f214a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:16:09.131Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:16:09.131Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:16:09.135Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:16:09.135Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||try to send status {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922969131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:16:09.235Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:16:09.237Z||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-08-31T05:16:09.237Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:16:09.254Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:16:09.255Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:16:16.070Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:16:16.071Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-08-31T05:16:16.071Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:16:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:16:16.073Z||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-08-31T05:16:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:16:16.200Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:16:16.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:16:16.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:16:16.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:16:25.617Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:17:16.070Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:17:16.071Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-08-31T05:17:16.071Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:17:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:17:16.073Z||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-08-31T05:17:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:17:16.603Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:17:16.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:17:16.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922916070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922924155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922927475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922928541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922929609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922930873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/vfwff2a695db06e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922931877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:17:16.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922932882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/resourceInstances/vfwff2a695db06e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922933885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831051310/1.0/artifacts/service-Vfw20220831051310-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97f5503e-87e3-4e6a-933a-024ae84f214a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661922969131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:17:16.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:17:25.614Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:18:16.070Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:18:16.071Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-08-31T05:18:16.071Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:18:16.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:18:16.073Z||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-08-31T05:18:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:18:25.617Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:18:25.619Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:19:16.070Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:19:16.070Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-08-31T05:19:16.070Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:19:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:19:16.073Z||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-08-31T05:19:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:19:16.709Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:19:16.709Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||received message from topic
2022-08-31T05:19:16.709Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2480246e-61bf-4325-b6b2-e6389b1573a8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2","serviceDescription":"service","serviceInvariantUUID":"300872d1-c002-4fbb-8c01-251b5f164143","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e4bf7b22-72db-46f6-96dc-3d75841654a2","resourceInvariantUUID":"5bf6b3ae-c0bd-4efd-8715-30b1c9cb3f5f","resourceCustomizationUUID":"f2759ddc-9b57-41b3-9491-db298af52fbe","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MzE3OTQ5ZjI2MjAwZGJkMzE1ZGM4N2VhYjE2MTBlYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b7bfc59-62c3-415a-aa11-fe4f1c822fbe","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODIyOGZmZjRjYjI0NzVhMjRmOThmMTY4ZjU3NzA0NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ba1e10e-4f95-4def-af37-d2aba0237211","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:19:16.712Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:19:16.713Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:19:16.713Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:19:16.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "cds",
  "timestamp": 1661923103117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.715Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:19:16.715Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||try to send status {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923156070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "policy-id",
  "timestamp": 1661923104530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "cds",
  "timestamp": 1661923103117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:19:16.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "policy-id",
  "timestamp": 1661923104530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:19:16.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "aai-ml",
  "timestamp": 1661923109485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923109980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "cds",
  "timestamp": 1661923112086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:19:16.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "aai-ml",
  "timestamp": 1661923109485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:19:16.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "policy-id",
  "timestamp": 1661923111886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:19:16.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923109980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:19:16.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "cds",
  "timestamp": 1661923113094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T05:19:16.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2480246e-61bf-4325-b6b2-e6389b1573a8
2022-08-31T05:19:16.742Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2480246e-61bf-4325-b6b2-e6389b1573a8 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-08-31T05:19:16.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "policy-id",
  "timestamp": 1661923112889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:19:16.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "aai-ml",
  "timestamp": 1661923112385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:19:16.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923112864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:19:16.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "policy-id",
  "timestamp": 1661923113892,
  "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-08-31T05:19:16.758Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2480246e-61bf-4325-b6b2-e6389b1573a8
2022-08-31T05:19:16.759Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2480246e-61bf-4325-b6b2-e6389b1573a8 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-08-31T05:19:16.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923113995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923114531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:19:16.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923113995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923115535,
  "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-08-31T05:19:16.774Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2480246e-61bf-4325-b6b2-e6389b1573a8
2022-08-31T05:19:16.774Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2480246e-61bf-4325-b6b2-e6389b1573a8 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-08-31T05:19:16.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "aai-ml",
  "timestamp": 1661923117253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:19:16.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "aai-ml",
  "timestamp": 1661923118257,
  "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-08-31T05:19:16.788Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2480246e-61bf-4325-b6b2-e6389b1573a8
2022-08-31T05:19:16.788Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2480246e-61bf-4325-b6b2-e6389b1573a8 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-08-31T05:19:16.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923118719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923118719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:19:16.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "clamp",
  "timestamp": 1661923125038,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:19:16.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "clamp",
  "timestamp": 1661923125038,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:19:16.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:19:16.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "clamp",
  "timestamp": 1661923136362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:19:16.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "clamp",
  "timestamp": 1661923138371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:19:16.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:19:16.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:19:16.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "clamp",
  "timestamp": 1661923139375,
  "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-08-31T05:19:16.807Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2480246e-61bf-4325-b6b2-e6389b1573a8
2022-08-31T05:19:16.808Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2480246e-61bf-4325-b6b2-e6389b1573a8 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-08-31T05:19:16.815Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:19:16.816Z||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-08-31T05:19:16.816Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:19:16.830Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:19:16.831Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:19:17.716Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:19:17.717Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:19:17.719Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:19:17.719Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||try to send status {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923156070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:19:17.819Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:19:17.820Z||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-08-31T05:19:17.820Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:19:17.844Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:19:17.844Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:19:18.720Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "300872d1-c002-4fbb-8c01-251b5f164143",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f2759ddc-9b57-41b3-9491-db298af52fbe",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e4bf7b22-72db-46f6-96dc-3d75841654a2",
      "resourceInvariantUUID": "5bf6b3ae-c0bd-4efd-8715-30b1c9cb3f5f",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ODIyOGZmZjRjYjI0NzVhMjRmOThmMTY4ZjU3NzA0NDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ba1e10e-4f95-4def-af37-d2aba0237211"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:19:18.720Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:19:18.720Z|97f5503e-87e3-4e6a-933a-024ae84f214a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2 ASDC
2022-08-31T05:19:18.721Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2480246e-61bf-4325-b6b2-e6389b1573a8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2
ServiceInvariantUUID:300872d1-c002-4fbb-8c01-251b5f164143
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:9ba1e10e-4f95-4def-af37-d2aba0237211
ArtifactChecksum:ODIyOGZmZjRjYjI0NzVhMjRmOThmMTY4ZjU3NzA0NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f2759ddc-9b57-41b3-9491-db298af52fbe
ResourceInvariantUUID:5bf6b3ae-c0bd-4efd-8715-30b1c9cb3f5f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e4bf7b22-72db-46f6-96dc-3d75841654a2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-31T05:19:18.721Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2 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-08-31T05:19:18.751Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:19:18.752Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:19:18.752Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:19:18.752Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Trying to download the artifact UUID: 9ba1e10e-4f95-4def-af37-d2aba0237211 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-31T05:19:18.753Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:19:18.753Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-31T05:19:18.905Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:19:18.908Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9ba1e10e-4f95-4def-af37-d2aba0237211 52514
2022-08-31T05:19:18.908Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-31T05:19:18.908Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-31T05:19:18.908Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:19:18.909Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:19:18.911Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:19:18.911Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||try to send status {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923158908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:19:19.012Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:19:19.013Z||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-08-31T05:19:19.013Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:19:19.024Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:19:19.025Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:19:19.915Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:19:19.916Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:19:19.917Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Trying to write artifact UUID: 9ba1e10e-4f95-4def-af37-d2aba0237211, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:19.917Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-31T05:19:19.918Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:19.918Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.128Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16218789834280834883/Definitions/service-BasicNetwork-template.yml
2022-08-31T05:19:20.651Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:19:20.651Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||####################################################################################################
2022-08-31T05:19:20.651Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.651Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-BasicNetwork-csar.csar
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|WARN|500||####################################################################################################
2022-08-31T05:19:20.652Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.653Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.653Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-31T05:19:20.653Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:19:20.653Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:19:20.653Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.653Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.654Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-31T05:19:20.654Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:19:20.654Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:19:20.654Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.654Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.654Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.654Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.655Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.655Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.655Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.655Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.655Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.655Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.656Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2
Model Version:NULL
Model InvariantUuid:300872d1-c002-4fbb-8c01-251b5f164143
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5bf6b3ae-c0bd-4efd-8715-30b1c9cb3f5f
Model UUID:d5434f34-861f-4853-ad4e-099b8fd302c6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f2759ddc-9b57-41b3-9491-db298af52fbe
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-31T05:19:20.665Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: e4bf7b22-72db-46f6-96dc-3d75841654a2
2022-08-31T05:19:20.665Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||No resources found for Service: 5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2
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-08-31T05:19:20.672Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||
2022-08-31T05:19:20.672Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-31T05:19:20.673Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||No resources found for Service: 5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2
2022-08-31T05:19:20.673Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Preparing to deploy Service: 5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2
2022-08-31T05:19:20.673Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-31T05:19:20.673Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-31T05:19:20.678Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@be64eed, org.onap.sdc.toscaparser.api.parameters.Input@3cf13dae, org.onap.sdc.toscaparser.api.parameters.Input@e9a292c, org.onap.sdc.toscaparser.api.parameters.Input@5544f1a1, org.onap.sdc.toscaparser.api.parameters.Input@6c6c4cc2]
2022-08-31T05:19:20.679Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.679Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.680Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.680Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.680Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500|| resourceSeq for service uuid 5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2: Generic NeutronNet
2022-08-31T05:19:20.681Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.681Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.681Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.681Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-31T05:19:20.726Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.726Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.727Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.727Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.727Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:19:20.728Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:19:20.728Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-31T05:19:20.792Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-31T05:19:20.793Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-31T05:19:20.793Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-31T05:19:20.793Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:19:20.793Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:19:20.795Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:19:20.795Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||try to send status {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923160793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:19:20.895Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:19:20.896Z||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-08-31T05:19:20.897Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:19:20.909Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:19:20.909Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:19:21.796Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2480246e-61bf-4325-b6b2-e6389b1573a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:19:21.808Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2480246e-61bf-4325-b6b2-e6389b1573a8
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-08-31T05:19:21.811Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:19:21.811Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:19:21.811Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:19:21.811Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:19:21.811Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:19:21.811Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?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-08-31T05:19:21.815Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:19:51.816Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2480246e-61bf-4325-b6b2-e6389b1573a8 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-08-31T05:19:51.821Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2480246e-61bf-4325-b6b2-e6389b1573a8 and serviceModelVersionId: 5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2
2022-08-31T05:19:51.821Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 300872d1-c002-4fbb-8c01-251b5f164143
2022-08-31T05:19:51.822Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0
2022-08-31T05:19:51.825Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:19:51.869Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/153b177a-9e54-4141-b87e-223f3945be62/model-vers/model-ver/6958286b-81c5-4b7c-9913-049fd7c96d47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-08-31T05:19:51.870Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Invoke
2022-08-31T05:19:53.401Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-08-31T05:19:53.402Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Invoke
2022-08-31T05:19:54.936Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-08-31T05:19:54.937Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Invoke
2022-08-31T05:19:55.970Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:19:55.971Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-08-31T05:19:55.972Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:19:55.972Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-08-31T05:19:55.979Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-08-31T05:19:55.980Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2480246e-61bf-4325-b6b2-e6389b1573a8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:19:55.980Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:19:55.980Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:19:55.982Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:19:55.982Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923195980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:19:56.082Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:19:56.083Z||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-08-31T05:19:56.083Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:19:56.097Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:19:56.098Z||pool-55-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-08-31T05:20:16.070Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:20:16.071Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-08-31T05:20:16.071Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:20:16.073Z||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-08-31T05:20:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:16.200Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:16.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:20:16.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923156070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:20:16.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:20:16.704Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:16.705Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||received message from topic
2022-08-31T05:20:16.705Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c","serviceName":"Demo_pNF_UO2yXPuR29kn6mwngoI8","serviceVersion":"1.0","serviceUUID":"043dc919-c3eb-4f9b-aed8-8c42fceea25f","serviceDescription":"catalog service description","serviceInvariantUUID":"526357d4-3f32-4d4d-bd1d-be8e999b2f2b","resources":[{"resourceInstanceName":"pNF 81983c75-33f1 0","resourceName":"pNF 81983c75-33f1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b54057b0-5873-48b6-a55b-5ec7034e295f","resourceInvariantUUID":"2037353b-fe38-4a51-907a-74b3c7674277","resourceCustomizationUUID":"b39a5964-d28e-4bac-b355-2b8cf0517bf9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml","artifactChecksum":"MzRlZjNmMjBhM2VjMmVjNjgxZTIwNWEyZjYzYzdhMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47f5b1b4-dce9-45c9-b5eb-1d52d6dcd53f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2be6bb4f-6159-4310-8b77-e2120207fd5a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf902ada-806e-4a81-937b-3ae84443ebd1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml","artifactChecksum":"NWEwNDY3YTYyZTdmMzlhMDNlMmRiY2I0N2ViNTUxNzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53a840ac-739d-44ed-82de-f24793b9b0ed","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc30f2de-bdeb-4f8b-8edd-b6b90e1fbcc7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e161b08-7592-49a2-9882-7fa59b7f5358","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml","artifactChecksum":"YTkxZWJjNmM1MjhlYTU4MDBlZDAxZDlkODNkOTRhYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56b4b1e1-1c43-4930-a9b6-a212bd53c367","artifactVersion":"1"},{"artifactName":"service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar","artifactChecksum":"OWY1YTlhY2E5OWYzY2MyZjViZGU0OTAxMzAxMjdmOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"577cdcd6-09c2-4bb3-b0e8-a23e206271b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:20:16.708Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:20:16.708Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:16.710Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:16.710Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:20:16.810Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:16.811Z||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-08-31T05:20:16.812Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:16.826Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:16.826Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:20:17.711Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:20:17.711Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:17.713Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:17.713Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:20:17.813Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:17.814Z||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-08-31T05:20:17.814Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:17.828Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:17.828Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:20:18.714Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:20:18.715Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:18.717Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:18.717Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:20:18.817Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:18.818Z||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-08-31T05:20:18.819Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:18.833Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:18.833Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:20:19.718Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:20:19.718Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:19.720Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:19.720Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:20:19.820Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:19.821Z||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-08-31T05:20:19.821Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:19.836Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:19.837Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:20:20.721Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:20:20.722Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:20.723Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:20.723Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:20:20.824Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:20:20.825Z||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-08-31T05:20:20.826Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:20.839Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:20.840Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:20:21.724Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:20:21.725Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:21.727Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:21.727Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:20:21.827Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:21.828Z||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-08-31T05:20:21.828Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:21.848Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:21.849Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:20:22.728Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:20:22.728Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:22.730Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:22.730Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:20:22.830Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:22.832Z||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-08-31T05:20:22.832Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:22.843Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:22.844Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:20:23.731Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:20:23.732Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:23.734Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:23.734Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:20:23.834Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:23.835Z||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-08-31T05:20:23.835Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:23.850Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:23.851Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:20:24.735Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "serviceName": "Demo_pNF_UO2yXPuR29kn6mwngoI8",
  "serviceVersion": "1.0",
  "serviceUUID": "043dc919-c3eb-4f9b-aed8-8c42fceea25f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "526357d4-3f32-4d4d-bd1d-be8e999b2f2b",
  "resources": [
    {
      "resourceInstanceName": "pNF 81983c75-33f1 0",
      "resourceCustomizationUUID": "b39a5964-d28e-4bac-b355-2b8cf0517bf9",
      "resourceName": "pNF 81983c75-33f1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b54057b0-5873-48b6-a55b-5ec7034e295f",
      "resourceInvariantUUID": "2037353b-fe38-4a51-907a-74b3c7674277",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
      "artifactChecksum": "OWY1YTlhY2E5OWYzY2MyZjViZGU0OTAxMzAxMjdmOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "577cdcd6-09c2-4bb3-b0e8-a23e206271b4"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:20:24.736Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:20:24.736Z|2480246e-61bf-4325-b6b2-e6389b1573a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 043dc919-c3eb-4f9b-aed8-8c42fceea25f ASDC
2022-08-31T05:20:24.736Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||ASDC Notification:
DistributionID:9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
ServiceName:Demo_pNF_UO2yXPuR29kn6mwngoI8
ServiceVersion:1.0
ServiceUUID:043dc919-c3eb-4f9b-aed8-8c42fceea25f
ServiceInvariantUUID:526357d4-3f32-4d4d-bd1d-be8e999b2f2b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
ArtifactUUID:577cdcd6-09c2-4bb3-b0e8-a23e206271b4
ArtifactChecksum:OWY1YTlhY2E5OWYzY2MyZjViZGU0OTAxMzAxMjdmOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 81983c75-33f1 0
ResourceCustomizationUUID:b39a5964-d28e-4bac-b355-2b8cf0517bf9
ResourceInvariantUUID:2037353b-fe38-4a51-907a-74b3c7674277
ResourceName:pNF 81983c75-33f1
ResourceType:PNF
ResourceUUID:b54057b0-5873-48b6-a55b-5ec7034e295f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T05:20:24.736Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 043dc919-c3eb-4f9b-aed8-8c42fceea25f 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-08-31T05:20:24.773Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:20:24.773Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:20:24.773Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:20:24.774Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Trying to download the artifact UUID: 577cdcd6-09c2-4bb3-b0e8-a23e206271b4 from URL: /sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:24.774Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:20:24.774Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:24.863Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:20:24.868Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar 577cdcd6-09c2-4bb3-b0e8-a23e206271b4 82647
2022-08-31T05:20:24.868Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar ASDC sendASDCNotification
2022-08-31T05:20:24.868Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:24.868Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:20:24.868Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:24.870Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:24.870Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923224868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:20:24.970Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:24.971Z||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-08-31T05:20:24.971Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:24.982Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:24.983Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:20:25.871Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:20:25.872Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:20:25.872Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Trying to write artifact UUID: 577cdcd6-09c2-4bb3-b0e8-a23e206271b4, URL: /sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar to file: /app/ASDC/1/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:25.872Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:25.873Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:25.873Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:25.979Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP401894900830280081/Definitions/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml
2022-08-31T05:20:26.725Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:20:26.725Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|WARN|500||####################################################################################################
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 81983c75-33f1 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-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.726Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|WARN|500||####################################################################################################
2022-08-31T05:20:26.727Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.727Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.727Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Node template pNF 81983c75-33f1 0 is matching search criteria
2022-08-31T05:20:26.727Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:20:26.727Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Found topology templates [pNF 81983c75-33f1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:20:26.727Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.727Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.728Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Node template pNF 81983c75-33f1 0 is matching search criteria
2022-08-31T05:20:26.728Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:20:26.728Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Found topology templates [pNF 81983c75-33f1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:20:26.728Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.728Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.728Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.728Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.728Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.729Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.729Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.729Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.729Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.729Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.729Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UO2yXPuR29kn6mwngoI8
Description:catalog service description
Model UUID:043dc919-c3eb-4f9b-aed8-8c42fceea25f
Model Version:NULL
Model InvariantUuid:526357d4-3f32-4d4d-bd1d-be8e999b2f2b
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-08-31T05:20:26.738Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: b54057b0-5873-48b6-a55b-5ec7034e295f
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-08-31T05:20:26.741Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||pNF 81983c75-33f1 0
2022-08-31T05:20:26.741Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: b54057b0-5873-48b6-a55b-5ec7034e295f
2022-08-31T05:20:26.741Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||No resources found for Service: 043dc919-c3eb-4f9b-aed8-8c42fceea25f
2022-08-31T05:20:26.741Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Preparing to deploy Service: 043dc919-c3eb-4f9b-aed8-8c42fceea25f
2022-08-31T05:20:26.742Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 81983c75-33f1 0 b54057b0-5873-48b6-a55b-5ec7034e295f 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-08-31T05:20:26.746Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26354bce, org.onap.sdc.toscaparser.api.parameters.Input@6469c3d8, org.onap.sdc.toscaparser.api.parameters.Input@7bae2a9b, org.onap.sdc.toscaparser.api.parameters.Input@31e28da1, org.onap.sdc.toscaparser.api.parameters.Input@3d05cb68]
2022-08-31T05:20:26.747Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.747Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.747Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500|| resourceSeq for service uuid 043dc919-c3eb-4f9b-aed8-8c42fceea25f: pNF 81983c75-33f1
2022-08-31T05:20:26.747Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Processing PNF resource: b54057b0-5873-48b6-a55b-5ec7034e295f
2022-08-31T05:20:26.747Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:20:26.747Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Service Demo_pNF_UO2yXPuR29kn6mwngoI8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:20:26.748Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||Resource customization UUID: b39a5964-d28e-4bac-b355-2b8cf0517bf9 is the same as notified resource customizationUUID: b39a5964-d28e-4bac-b355-2b8cf0517bf9
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-08-31T05:20:26.798Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 81983c75-33f1 b54057b0-5873-48b6-a55b-5ec7034e295f 0 ASDC deployResourceStructure
2022-08-31T05:20:26.799Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar ASDC sendASDCNotification
2022-08-31T05:20:26.799Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar
2022-08-31T05:20:26.799Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:20:26.799Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:20:26.801Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:20:26.801Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923226799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:20:26.901Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:20:26.902Z||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-08-31T05:20:26.902Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:20:26.918Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:20:26.918Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:20:27.802Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:20:27.814Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
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-08-31T05:20:27.818Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:20:27.819Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:20:27.819Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:20:57.819Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:20:57.830Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
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-08-31T05:20:57.832Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:20:57.832Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:20:57.832Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:21:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:21:16.073Z||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-08-31T05:21:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:21:16.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:21:16.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923156070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923158908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923160793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:21:16.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2480246e-61bf-4325-b6b2-e6389b1573a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923195980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:21:16.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923193117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923194000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923193117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923194000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923193117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923194000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923193117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923194000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923193117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923194000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923193117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923194000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923193117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923194000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923193117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923194000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923205585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923205617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "cds",
  "timestamp": 1661923206593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-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-08-31T05:21:16.133Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
2022-08-31T05:21:16.134Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c 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-08-31T05:21:16.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923207297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923208117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923208341,
  "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-08-31T05:21:16.149Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
2022-08-31T05:21:16.149Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c 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-08-31T05:21:16.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923208419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923208774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923208117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923208117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923210642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923208117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923211648,
  "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-08-31T05:21:16.165Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
2022-08-31T05:21:16.165Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c 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-08-31T05:21:16.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923208117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923213446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923208117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923198719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923214449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:21:16.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923208117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923213994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923214691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "policy-id",
  "timestamp": 1661923215451,
  "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-08-31T05:21:16.181Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
2022-08-31T05:21:16.181Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c 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-08-31T05:21:16.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923214820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:21:16.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923215853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923213994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923215920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:21:16.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:21:16.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:16.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "aai-ml",
  "timestamp": 1661923215824,
  "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-08-31T05:21:16.197Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
2022-08-31T05:21:16.198Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c 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-08-31T05:21:16.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "cds",
  "timestamp": 1661923216860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T05:21:16.217Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 124a21b7-f35e-40dd-9b0c-88c286fa5182
2022-08-31T05:21:16.218Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 124a21b7-f35e-40dd-9b0c-88c286fa5182 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-08-31T05:21:16.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:21:16.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:21:16.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:21:27.833Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:21:27.844Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
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-08-31T05:21:27.847Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:21:27.847Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:21:27.847Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:21:27.847Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:21:27.847Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T05:21:27.847Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:21:27.847Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?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-08-31T05:21:27.852Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:21:57.852Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c 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-08-31T05:21:57.859Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c and serviceModelVersionId: 043dc919-c3eb-4f9b-aed8-8c42fceea25f
2022-08-31T05:21:57.859Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 526357d4-3f32-4d4d-bd1d-be8e999b2f2b
2022-08-31T05:21:57.860Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0
2022-08-31T05:21:57.863Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/300872d1-c002-4fbb-8c01-251b5f164143/model-vers/model-ver/5f73af2a-7dbf-4ea5-b7f5-1788cd6a67d2?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:21:57.905Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Invoke
2022-08-31T05:21:57.905Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2661b530-43a5-4f6b-93c5-6432d77b6449], X-ECOMP-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], X-TransactionId=[], X-ONAP-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], Content-Type=[application/merge-patch+json]}
2022-08-31T05:21:59.448Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Invoke
2022-08-31T05:21:59.449Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[56984c15-d485-41e2-9529-2fce9f4f51f3], X-ECOMP-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], X-TransactionId=[], X-ONAP-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], Content-Type=[application/merge-patch+json]}
2022-08-31T05:22:00.984Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Invoke
2022-08-31T05:22:00.985Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[484d8373-3fba-4d5a-bdc3-4fd3d3e5ca33], X-ECOMP-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], X-TransactionId=[], X-ONAP-RequestID=[9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c], Content-Type=[application/merge-patch+json]}
2022-08-31T05:22:02.018Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:22:02.019Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-08-31T05:22:02.019Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:22:02.019Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-08-31T05:22:02.026Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-08-31T05:22:02.027Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:22:02.027Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:22:02.027Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:02.029Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:02.029Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923322027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:22:02.130Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:22:02.130Z||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-08-31T05:22:02.131Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:02.146Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:02.146Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:22:03.044Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||received message from topic
2022-08-31T05:22:03.044Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"124a21b7-f35e-40dd-9b0c-88c286fa5182","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3d8fd0e9-d176-41f3-9c4b-1cff13234b12","serviceDescription":"service","serviceInvariantUUID":"45c646c6-9192-43f0-a8fe-7461b509fa31","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1c28580-4550-4394-807a-f1bc86de0c1d","resourceInvariantUUID":"a43c43eb-ec3b-4d7e-b6e7-0209c0348f5a","resourceCustomizationUUID":"72e6e432-c7bc-4454-8e58-b854a67382ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZWY1ZDlmMTEwZDA0MmUxZmIwYmVjYmM3YTEyYjVhNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"956fdd3a-78aa-4aec-bdba-ff6291af64a7","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NWI2Y2QwZTliNWZjYmUwNTE2OGViODAzODUwYTYxZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"586516f3-6d74-45cd-bf5f-0240d19a144f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3822f356-dcb2-401e-b931-cf36346b38a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68a0b36d-2602-4699-976a-fcef959529cb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e3dc93df-3a4c-4a63-825f-b84763899f9b","artifactVersion":"2","generatedFromUUID":"3822f356-dcb2-401e-b931-cf36346b38a9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzhmYTkxMmM4MjdmMDcyNGY4Yzg3Y2YzN2ViOTk3OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4411a826-09d7-40cd-9c55-c0dc64fa45b9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjE0ZGY0MzY5MjM2MzY2YjhhZTU5NGE1ZjEyZTRkYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09d4eb1f-90ce-4066-b95b-7c246688b281","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:22:03.045Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:22:03.045Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:03.047Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:03.047Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:22:03.148Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:22:03.148Z||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-08-31T05:22:03.149Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:03.160Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:03.160Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:04.048Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:22:04.049Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:04.051Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:04.051Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:22:04.151Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:04.152Z||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-08-31T05:22:04.152Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:04.166Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:04.167Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:05.052Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:22:05.053Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:05.055Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:05.055Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:22:05.155Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:05.156Z||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-08-31T05:22:05.156Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:05.167Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:05.168Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:06.055Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:22:06.056Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:06.059Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:06.059Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:22:06.159Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:22:06.160Z||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-08-31T05:22:06.160Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:06.172Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:06.173Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:07.063Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:22:07.064Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:07.065Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:07.066Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-31T05:22:07.166Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:07.167Z||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-08-31T05:22:07.167Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:07.184Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:07.184Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:08.067Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:22:08.067Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:08.070Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:08.070Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:22:08.169Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:22:08.170Z||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-08-31T05:22:08.170Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:08.181Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:08.181Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:09.071Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:22:09.071Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:09.073Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:09.073Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:22:09.173Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:09.174Z||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-08-31T05:22:09.174Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:09.187Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:09.188Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:10.076Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3d8fd0e9-d176-41f3-9c4b-1cff13234b12",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45c646c6-9192-43f0-a8fe-7461b509fa31",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "72e6e432-c7bc-4454-8e58-b854a67382ee",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e1c28580-4550-4394-807a-f1bc86de0c1d",
      "resourceInvariantUUID": "a43c43eb-ec3b-4d7e-b6e7-0209c0348f5a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NWI2Y2QwZTliNWZjYmUwNTE2OGViODAzODUwYTYxZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "586516f3-6d74-45cd-bf5f-0240d19a144f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3822f356-dcb2-401e-b931-cf36346b38a9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e3dc93df-3a4c-4a63-825f-b84763899f9b",
            "generatedFromUUID": "3822f356-dcb2-401e-b931-cf36346b38a9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e3dc93df-3a4c-4a63-825f-b84763899f9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjE0ZGY0MzY5MjM2MzY2YjhhZTU5NGE1ZjEyZTRkYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "09d4eb1f-90ce-4066-b95b-7c246688b281"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:22:10.076Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:22:10.077Z|9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d8fd0e9-d176-41f3-9c4b-1cff13234b12 ASDC
2022-08-31T05:22:10.077Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:124a21b7-f35e-40dd-9b0c-88c286fa5182
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3d8fd0e9-d176-41f3-9c4b-1cff13234b12
ServiceInvariantUUID:45c646c6-9192-43f0-a8fe-7461b509fa31
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:09d4eb1f-90ce-4066-b95b-7c246688b281
ArtifactChecksum:YjE0ZGY0MzY5MjM2MzY2YjhhZTU5NGE1ZjEyZTRkYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:72e6e432-c7bc-4454-8e58-b854a67382ee
ResourceInvariantUUID:a43c43eb-ec3b-4d7e-b6e7-0209c0348f5a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e1c28580-4550-4394-807a-f1bc86de0c1d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:586516f3-6d74-45cd-bf5f-0240d19a144f
ArtifactChecksum:NWI2Y2QwZTliNWZjYmUwNTE2OGViODAzODUwYTYxZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:3822f356-dcb2-401e-b931-cf36346b38a9
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e3dc93df-3a4c-4a63-825f-b84763899f9b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e3dc93df-3a4c-4a63-825f-b84763899f9b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:22:10.078Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d8fd0e9-d176-41f3-9c4b-1cff13234b12 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-08-31T05:22:10.112Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:22:10.112Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:22:10.112Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:22:10.113Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Trying to download the artifact UUID: 09d4eb1f-90ce-4066-b95b-7c246688b281 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-31T05:22:10.113Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:22:10.113Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-31T05:22:10.238Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:22:10.241Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 09d4eb1f-90ce-4066-b95b-7c246688b281 71062
2022-08-31T05:22:10.241Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-31T05:22:10.242Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-31T05:22:10.242Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:22:10.242Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:10.244Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:10.244Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923330241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:22:10.345Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:10.346Z||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-08-31T05:22:10.346Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:10.357Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:10.358Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:11.245Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:22:11.247Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:22:11.247Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Trying to write artifact UUID: 09d4eb1f-90ce-4066-b95b-7c246688b281, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-31T05:22:11.248Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-31T05:22:11.249Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-31T05:22:11.249Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-31T05:22:11.373Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13566966788193603801/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-31T05:22:12.495Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:22:12.495Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|WARN|500||####################################################################################################
2022-08-31T05:22:12.495Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-31T05:22:12.496Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-31T05:22:12.496Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-31T05:22:12.496Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-31T05:22:12.496Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-BasicVm-csar.csar
2022-08-31T05:22:12.496Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-BasicVm-csar.csar
2022-08-31T05:22:12.496Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-BasicVm-csar.csar
2022-08-31T05:22:12.497Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-31T05:22:12.497Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-BasicVm-csar.csar
2022-08-31T05:22:12.497Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-31T05:22:12.497Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-BasicVm-csar.csar
2022-08-31T05:22:12.497Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|WARN|500||####################################################################################################
2022-08-31T05:22:12.497Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.498Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:12.498Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:12.498Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:22:12.498Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:22:12.499Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.499Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:12.499Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:12.499Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:22:12.499Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:22:12.500Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.500Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:12.500Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.500Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-31T05:22:12.501Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-31T05:22:12.501Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-31T05:22:12.501Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-31T05:22:12.501Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-31T05:22:12.501Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:22:12.502Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.502Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:22:12.502Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.502Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:12.503Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:22:12.503Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.503Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:12.503Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:22:12.504Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.504Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:12.504Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:22:12.504Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.504Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-31T05:22:12.505Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-31T05:22:12.505Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-31T05:22:12.505Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8dc91033-6aa9-49ae-8d7f-a4532200d6f1
2022-08-31T05:22:12.505Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.505Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:12.506Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.506Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:12.506Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.506Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:12.506Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:12.507Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:12.507Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3d8fd0e9-d176-41f3-9c4b-1cff13234b12
Model Version:NULL
Model InvariantUuid:45c646c6-9192-43f0-a8fe-7461b509fa31
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1c7bf800-240c-4fd9-9c02-48d0f1940d74
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a43c43eb-ec3b-4d7e-b6e7-0209c0348f5a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:72e6e432-c7bc-4454-8e58-b854a67382ee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5981692e-b792-4af7-91fa-5aa0042def95
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5b0780e8-f5e4-40dc-8daf-ca6d708370b9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8dc91033-6aa9-49ae-8d7f-a4532200d6f1
ModelInvariantUuid:9437f013-9a9f-4877-8f53-f44b6bcca75c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2da9fc99-38b5-498d-b0de-73eb797d0de8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3f7157f7-5112-4ebf-b4de-519764ba6cf9
ModelInvariantUuid:8eecc4d2-3714-4e30-89ac-d306b6c78eda
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5f2e73e8-6111-41ce-a760-9f914aec857b
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-08-31T05:22:12.515Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e1c28580-4550-4394-807a-f1bc86de0c1d
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-08-31T05:22:12.519Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||basic_vm 0
2022-08-31T05:22:12.520Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e1c28580-4550-4394-807a-f1bc86de0c1d
2022-08-31T05:22:12.520Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Trying to download the artifact UUID: 586516f3-6d74-45cd-bf5f-0240d19a144f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-31T05:22:12.520Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:22:12.520Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-31T05:22:12.611Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:22:12.612Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 586516f3-6d74-45cd-bf5f-0240d19a144f 787
2022-08-31T05:22:12.612Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-31T05:22:12.612Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-31T05:22:12.612Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:22:12.613Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:12.615Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:12.615Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923332612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:22:12.715Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:12.716Z||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-08-31T05:22:12.716Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:12.728Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:12.729Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:13.616Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5981692e-b792-4af7-91fa-5aa0042def95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b0780e8-f5e4-40dc-8daf-ca6d708370b9",
    "vfModuleModelCustomizationUUID": "de61f3ea-d2f9-4647-a301-7dd37cd1d398",
    "isBase": true,
    "artifacts": [
      "3822f356-dcb2-401e-b931-cf36346b38a9",
      "e3dc93df-3a4c-4a63-825f-b84763899f9b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-31T05:22:13.621Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b0780e8-f5e4-40dc-8daf-ca6d708370b9
VfModuleModelInvariantUUID:5981692e-b792-4af7-91fa-5aa0042def95
VfModuleModelDescription:NULL
Artifacts UUID List:{
3822f356-dcb2-401e-b931-cf36346b38a9
,
e3dc93df-3a4c-4a63-825f-b84763899f9b

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

isBase:true


}

2022-08-31T05:22:13.623Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5981692e-b792-4af7-91fa-5aa0042def95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b0780e8-f5e4-40dc-8daf-ca6d708370b9",
    "vfModuleModelCustomizationUUID": "de61f3ea-d2f9-4647-a301-7dd37cd1d398",
    "isBase": true,
    "artifacts": [
      "3822f356-dcb2-401e-b931-cf36346b38a9",
      "e3dc93df-3a4c-4a63-825f-b84763899f9b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-31T05:22:13.624Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b0780e8-f5e4-40dc-8daf-ca6d708370b9
VfModuleModelInvariantUUID:5981692e-b792-4af7-91fa-5aa0042def95
VfModuleModelDescription:NULL
Artifacts UUID List:{
3822f356-dcb2-401e-b931-cf36346b38a9
,
e3dc93df-3a4c-4a63-825f-b84763899f9b

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

isBase:true


}

2022-08-31T05:22:13.624Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Trying to download the artifact UUID: 3822f356-dcb2-401e-b931-cf36346b38a9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-31T05:22:13.624Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:22:13.624Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-31T05:22:13.713Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:22:13.713Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3822f356-dcb2-401e-b931-cf36346b38a9 5033
2022-08-31T05:22:13.714Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-31T05:22:13.714Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-31T05:22:13.714Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:22:13.715Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:13.717Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:13.717Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923333714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:22:13.817Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:13.818Z||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-08-31T05:22:13.818Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:13.832Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:13.832Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:14.717Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Trying to download the artifact UUID: e3dc93df-3a4c-4a63-825f-b84763899f9b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-31T05:22:14.718Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:22:14.718Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-31T05:22:14.793Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:22:14.794Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e3dc93df-3a4c-4a63-825f-b84763899f9b 903
2022-08-31T05:22:14.794Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-31T05:22:14.794Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-31T05:22:14.794Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:22:14.795Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:14.797Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:14.797Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923334794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:22:14.897Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:14.898Z||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-08-31T05:22:14.898Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:14.910Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:14.911Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:15.798Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Preparing to deploy Service: 3d8fd0e9-d176-41f3-9c4b-1cff13234b12
2022-08-31T05:22:15.798Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e1c28580-4550-4394-807a-f1bc86de0c1d 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-08-31T05:22:15.814Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@723a2c00, org.onap.sdc.toscaparser.api.parameters.Input@60235a, org.onap.sdc.toscaparser.api.parameters.Input@27d3b2c6, org.onap.sdc.toscaparser.api.parameters.Input@e610ca9, org.onap.sdc.toscaparser.api.parameters.Input@2d187b49]
2022-08-31T05:22:15.815Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.816Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:15.816Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-31T05:22:15.816Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||VFCustomizationUUID= 72e6e432-c7bc-4454-8e58-b854a67382ee
2022-08-31T05:22:15.816Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 72e6e432-c7bc-4454-8e58-b854a67382ee matches Tosca VF Customization UUID: 72e6e432-c7bc-4454-8e58-b854a67382ee
2022-08-31T05:22:15.817Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||vfCustomizationUUID: 72e6e432-c7bc-4454-8e58-b854a67382ee  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-08-31T05:22:15.819Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.819Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:15.820Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||resource request for resource customization id 72e6e432-c7bc-4454-8e58-b854a67382ee: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-08-31T05:22:15.820Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@101e67b5
2022-08-31T05:22:15.820Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.821Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:22:15.821Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de61f3ea-d2f9-4647-a301-7dd37cd1d398
2022-08-31T05:22:15.821Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de61f3ea-d2f9-4647-a301-7dd37cd1d398
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-08-31T05:22:15.824Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.825Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:15.825Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:22:15.826Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.826Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:15.826Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:22:15.826Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.827Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-31T05:22:15.827Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-31T05:22:15.827Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-31T05:22:15.828Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8dc91033-6aa9-49ae-8d7f-a4532200d6f1
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-08-31T05:22:15.831Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.831Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:15.831Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:22:15.832Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.832Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-31T05:22:15.832Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=72e6e432-c7bc-4454-8e58-b854a67382ee
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-08-31T05:22:15.834Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.835Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:15.835Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500|| resourceSeq for service uuid 3d8fd0e9-d176-41f3-9c4b-1cff13234b12: basic_vm
2022-08-31T05:22:15.835Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.835Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:15.835Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.836Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:15.836Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.836Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:15.836Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.837Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:15.837Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:22:15.837Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:22:15.837Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T05:22:15.926Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e1c28580-4550-4394-807a-f1bc86de0c1d 1 ASDC deployResourceStructure
2022-08-31T05:22:15.927Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-31T05:22:15.927Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-31T05:22:15.928Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:22:15.928Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:15.931Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:15.931Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923335927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:22:16.031Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:16.032Z||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-08-31T05:22:16.032Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:16.046Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:16.046Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:22:16.073Z||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-08-31T05:22:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:16.094Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:16.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:22:16.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923213994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:22:16.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:22:16.932Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-31T05:22:16.933Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-31T05:22:16.933Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:22:16.933Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:16.935Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:16.935Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923336932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:22:17.035Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:17.036Z||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-08-31T05:22:17.036Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:17.047Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:17.048Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:17.936Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-31T05:22:17.936Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-31T05:22:17.936Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:22:17.937Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:17.939Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:17.939Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923337935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:22:18.039Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:18.040Z||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-08-31T05:22:18.040Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:18.052Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:18.052Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:18.940Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-31T05:22:18.940Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-31T05:22:18.941Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:22:18.941Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:22:18.943Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:22:18.943Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923338940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:22:19.043Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:22:19.044Z||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-08-31T05:22:19.044Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:22:19.055Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:22:19.056Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:22:19.944Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 124a21b7-f35e-40dd-9b0c-88c286fa5182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:22:19.954Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 124a21b7-f35e-40dd-9b0c-88c286fa5182
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-08-31T05:22:19.956Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:22:19.956Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:22:19.956Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:22:49.957Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 124a21b7-f35e-40dd-9b0c-88c286fa5182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:22:49.969Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 124a21b7-f35e-40dd-9b0c-88c286fa5182
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-08-31T05:22:49.971Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:22:49.971Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:22:49.971Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:23:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:23:16.073Z||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-08-31T05:23:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:23:16.094Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:23:16.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923217048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923213994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923218078,
  "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-08-31T05:23:16.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 124a21b7-f35e-40dd-9b0c-88c286fa5182
2022-08-31T05:23:16.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 124a21b7-f35e-40dd-9b0c-88c286fa5182 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-08-31T05:23:16.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923213994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923219082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923199980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923213994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923219804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923213994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/resourceInstances/pnf81983c7533f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923204530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923222119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923199485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923223672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923223123,
  "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-08-31T05:23:16.159Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 124a21b7-f35e-40dd-9b0c-88c286fa5182
2022-08-31T05:23:16.160Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 124a21b7-f35e-40dd-9b0c-88c286fa5182 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-08-31T05:23:16.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923224676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923224006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923224868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "policy-id",
  "timestamp": 1661923225678,
  "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-08-31T05:23:16.176Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 124a21b7-f35e-40dd-9b0c-88c286fa5182
2022-08-31T05:23:16.176Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 124a21b7-f35e-40dd-9b0c-88c286fa5182 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-08-31T05:23:16.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923226378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923226799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923229388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUo2yxpur29kn6mwngoi8/1.0/artifacts/service-DemoPnfUo2yxpur29kn6mwngoi8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "clamp",
  "timestamp": 1661923230391,
  "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-08-31T05:23:16.194Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c
2022-08-31T05:23:16.194Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c 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-08-31T05:23:16.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923232292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:23:16.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "aai-ml",
  "timestamp": 1661923233296,
  "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-08-31T05:23:16.212Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 124a21b7-f35e-40dd-9b0c-88c286fa5182
2022-08-31T05:23:16.212Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 124a21b7-f35e-40dd-9b0c-88c286fa5182 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-08-31T05:23:16.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923215038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923229980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923223118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923226680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923241188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923242162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923241970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.238Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "cds",
  "timestamp": 1661923243171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T05:23:16.256Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b7bff735-7ed7-4ab0-9535-8d515685c8f7
2022-08-31T05:23:16.256Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7bff735-7ed7-4ab0-9535-8d515685c8f7 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-08-31T05:23:16.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923242974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923233996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923234300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "policy-id",
  "timestamp": 1661923243976,
  "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-08-31T05:23:16.270Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7bff735-7ed7-4ab0-9535-8d515685c8f7
2022-08-31T05:23:16.270Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7bff735-7ed7-4ab0-9535-8d515685c8f7 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-08-31T05:23:16.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923243422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923244122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923244426,
  "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-08-31T05:23:16.282Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b7bff735-7ed7-4ab0-9535-8d515685c8f7
2022-08-31T05:23:16.283Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7bff735-7ed7-4ab0-9535-8d515685c8f7 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-08-31T05:23:16.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923247383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923248550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923249391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923249857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "clamp",
  "timestamp": 1661923250395,
  "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-08-31T05:23:16.301Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 124a21b7-f35e-40dd-9b0c-88c286fa5182
2022-08-31T05:23:16.301Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 124a21b7-f35e-40dd-9b0c-88c286fa5182 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-08-31T05:23:16.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923251271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923252069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:23:16.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923252862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "aai-ml",
  "timestamp": 1661923253074,
  "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-08-31T05:23:16.317Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b7bff735-7ed7-4ab0-9535-8d515685c8f7
2022-08-31T05:23:16.317Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7bff735-7ed7-4ab0-9535-8d515685c8f7 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-08-31T05:23:16.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923253923,
  "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-08-31T05:23:16.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7bff735-7ed7-4ab0-9535-8d515685c8f7
2022-08-31T05:23:16.332Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7bff735-7ed7-4ab0-9535-8d515685c8f7 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-08-31T05:23:16.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923254926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:16.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923251398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:23:16.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:23:16.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923265386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:23:16.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923268388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:23:16.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:23:16.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:23:16.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "clamp",
  "timestamp": 1661923269391,
  "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-08-31T05:23:16.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b7bff735-7ed7-4ab0-9535-8d515685c8f7
2022-08-31T05:23:16.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7bff735-7ed7-4ab0-9535-8d515685c8f7 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-08-31T05:23:19.976Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 124a21b7-f35e-40dd-9b0c-88c286fa5182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:23:19.988Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 124a21b7-f35e-40dd-9b0c-88c286fa5182
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-08-31T05:23:19.991Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:23:19.991Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:23:19.991Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:23:19.991Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:23:19.991Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:23:19.992Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?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-08-31T05:23:20.006Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:23:50.006Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 124a21b7-f35e-40dd-9b0c-88c286fa5182 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-08-31T05:23:50.014Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 124a21b7-f35e-40dd-9b0c-88c286fa5182 and serviceModelVersionId: 3d8fd0e9-d176-41f3-9c4b-1cff13234b12
2022-08-31T05:23:50.014Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45c646c6-9192-43f0-a8fe-7461b509fa31
2022-08-31T05:23:50.015Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0
2022-08-31T05:23:50.019Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526357d4-3f32-4d4d-bd1d-be8e999b2f2b/model-vers/model-ver/043dc919-c3eb-4f9b-aed8-8c42fceea25f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:23:50.066Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Invoke
2022-08-31T05:23:50.067Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[193d260c-8fc2-45c5-b999-5683bdc7fb15], X-ECOMP-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], X-TransactionId=[], X-ONAP-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], Content-Type=[application/merge-patch+json]}
2022-08-31T05:23:51.608Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Invoke
2022-08-31T05:23:51.609Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc420e4d-4ba9-4ace-93d7-9ad5ba0ab0de], X-ECOMP-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], X-TransactionId=[], X-ONAP-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], Content-Type=[application/merge-patch+json]}
2022-08-31T05:23:53.144Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Invoke
2022-08-31T05:23:53.145Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73328b41-557c-494c-a0ba-0d65783b320c], X-ECOMP-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], X-TransactionId=[], X-ONAP-RequestID=[124a21b7-f35e-40dd-9b0c-88c286fa5182], Content-Type=[application/merge-patch+json]}
2022-08-31T05:23:54.182Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:23:54.183Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?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-08-31T05:23:54.183Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:23:54.184Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?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-08-31T05:23:54.189Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?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-08-31T05:23:54.190Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 124a21b7-f35e-40dd-9b0c-88c286fa5182 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:23:54.190Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:23:54.190Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:23:54.192Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:23:54.192Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923434190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:23:54.294Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-31T05:23:54.296Z||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-08-31T05:23:54.297Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:23:54.317Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:23:54.317Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:23:55.203Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:23:55.204Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?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-08-31T05:23:55.204Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:23:59.636Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:23:59.637Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||received message from topic
2022-08-31T05:23:59.637Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b7bff735-7ed7-4ab0-9535-8d515685c8f7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4c7a83a1-8969-4da3-9d86-231626cd4625","serviceDescription":"service","serviceInvariantUUID":"8fd6e5b7-7241-47ab-84e8-513061ba0214","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49e8976d-020c-4c9b-a32c-daa5516aaf2c","resourceInvariantUUID":"4b98f21c-7bad-45ab-bb5d-aed110ad8908","resourceCustomizationUUID":"346d4664-d6d5-4f3a-b288-66567af37c31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTNhMTEyZjkzZjcxNmU3OGE5OWMxMzEyN2U3MTljNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"efa2b9cd-3159-42cb-9ba5-e810e3080c25","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cbf36302-471f-4828-94cc-9d8ab93ce072","artifactVersion":"2","generatedFromUUID":"8afdfe6d-5ee3-4b54-83b6-e7cb130d3438"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8afdfe6d-5ee3-4b54-83b6-e7cb130d3438","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NTZlYmQ1YTRiNTQyNTQ4YzhkNzliMjZmMGJhYzg3ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71405699-904d-48f2-8160-17eb6274b988","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"37df6b9b-100c-4758-9419-1bafc6870fc9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"abfa8d03-d33d-4732-a8bc-b66afbcb0a52","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"42d689df-ce2b-4f99-8583-3e3fc480f3ce","artifactVersion":"2","generatedFromUUID":"37df6b9b-100c-4758-9419-1bafc6870fc9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTBjMmE2NzQ5ODM5MmRjMDk1NGM0NWIxNWFhZDQ1NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c44ccf9-89c8-4451-84bc-f8a79f2fe4e6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzgzMWIwNjg1MTUxYWZkMDQ2NTVlYjIxYmUzMDAzZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51eaa08d-39cf-408f-b3c7-20b4b65f15ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:23:59.639Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:23:59.640Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:23:59.642Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:23:59.642Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:23:59.742Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:23:59.743Z||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-08-31T05:23:59.743Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:23:59.755Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:23:59.755Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:00.642Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:00.643Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:00.646Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:00.646Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-31T05:24:00.746Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:00.747Z||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-08-31T05:24:00.747Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:00.760Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:00.772Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:01.647Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:01.648Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:01.649Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:01.650Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-31T05:24:01.750Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:01.751Z||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-08-31T05:24:01.751Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:01.765Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:01.765Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:02.650Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:02.651Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:02.653Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:02.653Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:24:02.754Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:02.755Z||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-08-31T05:24:02.755Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:02.768Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:02.768Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:24:03.654Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:03.655Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:03.657Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:03.657Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:24:03.757Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:24:03.758Z||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-08-31T05:24:03.758Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:03.773Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:03.773Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:24:04.658Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:04.659Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:04.661Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:04.661Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:24:04.761Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:04.762Z||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-08-31T05:24:04.762Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:04.775Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:04.776Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:24:05.661Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:05.662Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:05.664Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:05.664Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-31T05:24:05.764Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:05.765Z||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-08-31T05:24:05.765Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:05.776Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:05.777Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:06.664Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:06.665Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:06.667Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:06.667Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:24:06.767Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:06.768Z||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-08-31T05:24:06.769Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:06.778Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:06.779Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:07.668Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:07.669Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:07.671Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:07.671Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:24:07.771Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:07.772Z||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-08-31T05:24:07.772Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:07.790Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:07.790Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:08.672Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4c7a83a1-8969-4da3-9d86-231626cd4625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8fd6e5b7-7241-47ab-84e8-513061ba0214",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "346d4664-d6d5-4f3a-b288-66567af37c31",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "49e8976d-020c-4c9b-a32c-daa5516aaf2c",
      "resourceInvariantUUID": "4b98f21c-7bad-45ab-bb5d-aed110ad8908",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cbf36302-471f-4828-94cc-9d8ab93ce072",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8afdfe6d-5ee3-4b54-83b6-e7cb130d3438",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "NTZlYmQ1YTRiNTQyNTQ4YzhkNzliMjZmMGJhYzg3ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "71405699-904d-48f2-8160-17eb6274b988",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "37df6b9b-100c-4758-9419-1bafc6870fc9",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "42d689df-ce2b-4f99-8583-3e3fc480f3ce",
            "generatedFromUUID": "37df6b9b-100c-4758-9419-1bafc6870fc9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "42d689df-ce2b-4f99-8583-3e3fc480f3ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzgzMWIwNjg1MTUxYWZkMDQ2NTVlYjIxYmUzMDAzZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51eaa08d-39cf-408f-b3c7-20b4b65f15ca"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:24:08.672Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:24:08.673Z|124a21b7-f35e-40dd-9b0c-88c286fa5182|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4c7a83a1-8969-4da3-9d86-231626cd4625 ASDC
2022-08-31T05:24:08.673Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b7bff735-7ed7-4ab0-9535-8d515685c8f7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4c7a83a1-8969-4da3-9d86-231626cd4625
ServiceInvariantUUID:8fd6e5b7-7241-47ab-84e8-513061ba0214
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:51eaa08d-39cf-408f-b3c7-20b4b65f15ca
ArtifactChecksum:YzgzMWIwNjg1MTUxYWZkMDQ2NTVlYjIxYmUzMDAzZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:346d4664-d6d5-4f3a-b288-66567af37c31
ResourceInvariantUUID:4b98f21c-7bad-45ab-bb5d-aed110ad8908
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:49e8976d-020c-4c9b-a32c-daa5516aaf2c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:cbf36302-471f-4828-94cc-9d8ab93ce072
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:8afdfe6d-5ee3-4b54-83b6-e7cb130d3438
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:71405699-904d-48f2-8160-17eb6274b988
ArtifactChecksum:NTZlYmQ1YTRiNTQyNTQ4YzhkNzliMjZmMGJhYzg3ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:37df6b9b-100c-4758-9419-1bafc6870fc9
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:42d689df-ce2b-4f99-8583-3e3fc480f3ce
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:42d689df-ce2b-4f99-8583-3e3fc480f3ce
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:24:08.673Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c7a83a1-8969-4da3-9d86-231626cd4625 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-08-31T05:24:08.707Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:24:08.707Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:24:08.707Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:24:08.707Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Trying to download the artifact UUID: 51eaa08d-39cf-408f-b3c7-20b4b65f15ca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-31T05:24:08.708Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:24:08.708Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-31T05:24:09.214Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:24:09.217Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 51eaa08d-39cf-408f-b3c7-20b4b65f15ca 68965
2022-08-31T05:24:09.217Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-31T05:24:09.217Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-31T05:24:09.217Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:24:09.218Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:09.219Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:09.220Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923449217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:09.320Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:09.320Z||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-08-31T05:24:09.321Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:09.333Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:09.333Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:10.220Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:24:10.221Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:24:10.222Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Trying to write artifact UUID: 51eaa08d-39cf-408f-b3c7-20b4b65f15ca, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-31T05:24:10.252Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-31T05:24:10.252Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-31T05:24:10.252Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-31T05:24:10.354Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10467844097004016301/Definitions/service-BasicCnf-template.yml
2022-08-31T05:24:11.478Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:24:11.479Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|WARN|500||####################################################################################################
2022-08-31T05:24:11.479Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-31T05:24:11.479Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-31T05:24:11.480Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-31T05:24:11.480Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-31T05:24:11.480Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?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-BasicCnf-csar.csar
2022-08-31T05:24:11.480Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-31T05:24:11.481Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|WARN|500||####################################################################################################
2022-08-31T05:24:11.481Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.481Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:11.482Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:11.482Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:24:11.482Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:24:11.482Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.483Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:11.483Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:11.483Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:24:11.483Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:24:11.484Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.484Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:11.484Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.484Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-31T05:24:11.485Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-31T05:24:11.485Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-08-31T05:24:11.485Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:24:11.485Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.486Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:24:11.486Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.486Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:11.486Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:24:11.487Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.487Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:11.487Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:24:11.487Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.487Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:11.487Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:24:11.487Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.488Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-31T05:24:11.488Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-31T05:24:11.488Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d30b9f63-ee3e-48ef-812f-5649b76d6642
2022-08-31T05:24:11.488Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.488Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:11.489Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.489Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:11.489Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.489Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:11.489Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:11.490Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:11.490Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4c7a83a1-8969-4da3-9d86-231626cd4625
Model Version:NULL
Model InvariantUuid:8fd6e5b7-7241-47ab-84e8-513061ba0214
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:07863425-3217-4f37-93dc-de2bf5b006ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4b98f21c-7bad-45ab-bb5d-aed110ad8908
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:346d4664-d6d5-4f3a-b288-66567af37c31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7d2cab19-3cb0-4624-9348-96ca06d1887d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f1741795-b5fb-4b6a-8771-1115941f1e7a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d30b9f63-ee3e-48ef-812f-5649b76d6642
ModelInvariantUuid:1c9e2df9-5ef3-498a-8119-355590c847f4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:88797c45-ba79-4359-9c78-ae107b26454a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:784218ab-8430-41d6-8d97-5df99f1f12e4
ModelInvariantUuid:93f45749-f83f-4944-a6d7-cccd6981fc62
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e7c5b67a-06f3-46d1-99dd-510eca0c3eed
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-08-31T05:24:11.502Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 49e8976d-020c-4c9b-a32c-daa5516aaf2c
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-08-31T05:24:11.506Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||basic_cnf 0
2022-08-31T05:24:11.506Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 49e8976d-020c-4c9b-a32c-daa5516aaf2c
2022-08-31T05:24:11.506Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Trying to download the artifact UUID: cbf36302-471f-4828-94cc-9d8ab93ce072 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-31T05:24:11.506Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:24:11.507Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-31T05:24:11.737Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:24:11.738Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env cbf36302-471f-4828-94cc-9d8ab93ce072 12
2022-08-31T05:24:11.738Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-31T05:24:11.738Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-31T05:24:11.739Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:24:11.739Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:11.741Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:11.741Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923451738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:11.842Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:11.843Z||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-08-31T05:24:11.843Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:11.855Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:11.856Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:12.742Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Trying to download the artifact UUID: 8afdfe6d-5ee3-4b54-83b6-e7cb130d3438 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-31T05:24:12.743Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:24:12.743Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-31T05:24:12.999Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:24:12.999Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8afdfe6d-5ee3-4b54-83b6-e7cb130d3438 2688
2022-08-31T05:24:12.999Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-31T05:24:12.999Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-31T05:24:13.000Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:24:13.000Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:13.002Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:13.002Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923452999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:13.102Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:13.103Z||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-08-31T05:24:13.103Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:13.115Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:13.115Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:24:14.003Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Trying to download the artifact UUID: 71405699-904d-48f2-8160-17eb6274b988 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-31T05:24:14.003Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:24:14.004Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-31T05:24:14.119Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:24:14.119Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 71405699-904d-48f2-8160-17eb6274b988 828
2022-08-31T05:24:14.120Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-31T05:24:14.120Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-31T05:24:14.120Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:24:14.121Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:14.122Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:14.123Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923454120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:14.223Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:14.224Z||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-08-31T05:24:14.224Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:14.238Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:14.239Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:15.123Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7d2cab19-3cb0-4624-9348-96ca06d1887d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f1741795-b5fb-4b6a-8771-1115941f1e7a",
    "vfModuleModelCustomizationUUID": "4e474514-935c-429a-8afd-537466a82671",
    "isBase": true,
    "artifacts": [
      "37df6b9b-100c-4758-9419-1bafc6870fc9",
      "8afdfe6d-5ee3-4b54-83b6-e7cb130d3438",
      "42d689df-ce2b-4f99-8583-3e3fc480f3ce"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-31T05:24:15.127Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1741795-b5fb-4b6a-8771-1115941f1e7a
VfModuleModelInvariantUUID:7d2cab19-3cb0-4624-9348-96ca06d1887d
VfModuleModelDescription:NULL
Artifacts UUID List:{
37df6b9b-100c-4758-9419-1bafc6870fc9
,
8afdfe6d-5ee3-4b54-83b6-e7cb130d3438
,
42d689df-ce2b-4f99-8583-3e3fc480f3ce

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

isBase:true


}

2022-08-31T05:24:15.129Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7d2cab19-3cb0-4624-9348-96ca06d1887d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f1741795-b5fb-4b6a-8771-1115941f1e7a",
    "vfModuleModelCustomizationUUID": "4e474514-935c-429a-8afd-537466a82671",
    "isBase": true,
    "artifacts": [
      "37df6b9b-100c-4758-9419-1bafc6870fc9",
      "8afdfe6d-5ee3-4b54-83b6-e7cb130d3438",
      "42d689df-ce2b-4f99-8583-3e3fc480f3ce"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-31T05:24:15.129Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1741795-b5fb-4b6a-8771-1115941f1e7a
VfModuleModelInvariantUUID:7d2cab19-3cb0-4624-9348-96ca06d1887d
VfModuleModelDescription:NULL
Artifacts UUID List:{
37df6b9b-100c-4758-9419-1bafc6870fc9
,
8afdfe6d-5ee3-4b54-83b6-e7cb130d3438
,
42d689df-ce2b-4f99-8583-3e3fc480f3ce

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

isBase:true


}

2022-08-31T05:24:15.130Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Trying to download the artifact UUID: 37df6b9b-100c-4758-9419-1bafc6870fc9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-31T05:24:15.130Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:24:15.130Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-31T05:24:15.225Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:24:15.225Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 37df6b9b-100c-4758-9419-1bafc6870fc9 1164
2022-08-31T05:24:15.226Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-31T05:24:15.226Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-31T05:24:15.226Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:24:15.226Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:15.232Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:15.232Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923455226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:15.329Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-31T05:24:15.331Z||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-08-31T05:24:15.331Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:15.357Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:15.358Z||pool-96-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:24:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:24:16.073Z||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-08-31T05:24:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:16.101Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:16.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dbd2d8e-aa8e-4cc1-88cb-d4448ffd7f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923322027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:24:16.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:24:16.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:24:16.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:24:16.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:24:16.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:24:16.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:24:16.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:24:16.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:24:16.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:24:16.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-31T05:24:16.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:24:16.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:24:16.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:24:16.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923216070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:24:16.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:24:16.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923330241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:16.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:24:16.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923332612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:16.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:24:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923333714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:16.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:24:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923334794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:16.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:24:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:24:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923335927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:24:16.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:24:16.233Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Trying to download the artifact UUID: 42d689df-ce2b-4f99-8583-3e3fc480f3ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-31T05:24:16.233Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:24:16.233Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-31T05:24:16.278Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:24:16.279Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 42d689df-ce2b-4f99-8583-3e3fc480f3ce 200
2022-08-31T05:24:16.279Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-31T05:24:16.279Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-31T05:24:16.279Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:24:16.280Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:16.281Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:16.281Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923456279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:24:16.382Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:16.383Z||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-08-31T05:24:16.383Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:16.396Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:16.396Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:24:17.282Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Preparing to deploy Service: 4c7a83a1-8969-4da3-9d86-231626cd4625
2022-08-31T05:24:17.283Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 49e8976d-020c-4c9b-a32c-daa5516aaf2c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-08-31T05:24:17.302Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-31T05:24:17.308Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@562a8b02, org.onap.sdc.toscaparser.api.parameters.Input@4fe4f168, org.onap.sdc.toscaparser.api.parameters.Input@97064bc, org.onap.sdc.toscaparser.api.parameters.Input@3ff5eeb7, org.onap.sdc.toscaparser.api.parameters.Input@3d0500d0]
2022-08-31T05:24:17.309Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.309Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:17.309Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-31T05:24:17.309Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||VFCustomizationUUID= 346d4664-d6d5-4f3a-b288-66567af37c31
2022-08-31T05:24:17.310Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 346d4664-d6d5-4f3a-b288-66567af37c31 matches Tosca VF Customization UUID: 346d4664-d6d5-4f3a-b288-66567af37c31
2022-08-31T05:24:17.310Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||vfCustomizationUUID: 346d4664-d6d5-4f3a-b288-66567af37c31  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-08-31T05:24:17.312Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.312Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:17.313Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||resource request for resource customization id 346d4664-d6d5-4f3a-b288-66567af37c31: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-08-31T05:24:17.313Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fcdcf3b
2022-08-31T05:24:17.313Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.313Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:24:17.314Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4e474514-935c-429a-8afd-537466a82671
2022-08-31T05:24:17.314Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4e474514-935c-429a-8afd-537466a82671
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-08-31T05:24:17.318Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.318Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:17.318Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:24:17.318Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.318Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:17.319Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:24:17.319Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.319Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-31T05:24:17.319Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-31T05:24:17.319Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d30b9f63-ee3e-48ef-812f-5649b76d6642
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-08-31T05:24:17.322Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.322Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:17.322Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:24:17.323Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.323Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-31T05:24:17.323Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=346d4664-d6d5-4f3a-b288-66567af37c31
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-08-31T05:24:17.325Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.326Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:17.326Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500|| resourceSeq for service uuid 4c7a83a1-8969-4da3-9d86-231626cd4625: basic_cnf
2022-08-31T05:24:17.326Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.326Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:17.326Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.327Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:17.327Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.327Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:17.327Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.328Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:17.328Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:24:17.328Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:24:17.328Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T05:24:17.404Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 49e8976d-020c-4c9b-a32c-daa5516aaf2c 1 ASDC deployResourceStructure
2022-08-31T05:24:17.405Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-31T05:24:17.405Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-08-31T05:24:17.405Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-31T05:24:17.405Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:17.407Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:17.407Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923457404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-31T05:24:17.507Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:17.508Z||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-08-31T05:24:17.508Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:17.519Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:17.519Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:18.407Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-31T05:24:18.409Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-31T05:24:18.409Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-31T05:24:18.409Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:18.411Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:18.411Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923458407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-31T05:24:18.511Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:18.512Z||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-08-31T05:24:18.512Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:18.525Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:18.525Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:19.412Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-31T05:24:19.412Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-31T05:24:19.413Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:24:19.413Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:19.415Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:19.415Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923459411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:24:19.515Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:19.516Z||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-08-31T05:24:19.516Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:19.528Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:19.528Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:20.416Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-31T05:24:20.417Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-31T05:24:20.417Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:24:20.417Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:20.420Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:20.420Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923460416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:24:20.520Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:20.521Z||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-08-31T05:24:20.521Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:20.534Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:20.535Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:21.422Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-31T05:24:21.422Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-31T05:24:21.422Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:24:21.422Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:21.424Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:21.425Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923461422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:24:21.525Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:24:21.525Z||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-08-31T05:24:21.525Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:21.536Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:21.537Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:24:22.426Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-31T05:24:22.426Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-31T05:24:22.426Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:24:22.426Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:22.428Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:22.428Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923462426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:24:22.531Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-31T05:24:22.532Z||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-08-31T05:24:22.532Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:22.544Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:22.544Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:24:23.432Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7bff735-7ed7-4ab0-9535-8d515685c8f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:24:23.533Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7bff735-7ed7-4ab0-9535-8d515685c8f7
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-08-31T05:24:23.576Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:24:23.576Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:24:23.576Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:24:23.576Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:24:23.576Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:24:23.577Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?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-08-31T05:24:23.582Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:24:53.582Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b7bff735-7ed7-4ab0-9535-8d515685c8f7 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-08-31T05:24:53.590Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7bff735-7ed7-4ab0-9535-8d515685c8f7 and serviceModelVersionId: 4c7a83a1-8969-4da3-9d86-231626cd4625
2022-08-31T05:24:53.590Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd6e5b7-7241-47ab-84e8-513061ba0214
2022-08-31T05:24:53.591Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0
2022-08-31T05:24:53.597Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:24:53.637Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45c646c6-9192-43f0-a8fe-7461b509fa31/model-vers/model-ver/3d8fd0e9-d176-41f3-9c4b-1cff13234b12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-08-31T05:24:53.638Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Invoke
2022-08-31T05:24:55.173Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-08-31T05:24:55.174Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Invoke
2022-08-31T05:24:56.696Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-08-31T05:24:56.697Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Invoke
2022-08-31T05:24:57.730Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:24:57.731Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-08-31T05:24:57.731Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:24:57.731Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-08-31T05:24:57.739Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-08-31T05:24:57.739Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7bff735-7ed7-4ab0-9535-8d515685c8f7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:24:57.739Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:24:57.740Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:57.742Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:57.742Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923497739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:24:57.842Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:57.843Z||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-08-31T05:24:57.843Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:57.859Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:57.860Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 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-08-31T05:24:58.756Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:24:58.756Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-08-31T05:24:58.756Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:59.384Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:59.384Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||received message from topic
2022-08-31T05:24:59.384Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5367a703-fd4e-47a9-9229-ce4daffee8f9","serviceName":"vFW 2022-08-31 05-22-16","serviceVersion":"1.0","serviceUUID":"271bb1a8-6258-46d4-b835-836ddf27a0ec","serviceDescription":"catalog service description","serviceInvariantUUID":"812b4beb-68cf-45d6-be5e-8bc338d7bafa","resources":[{"resourceInstanceName":"vFW c77ed0c1-4710 0","resourceName":"vFW c77ed0c1-4710","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78e0ea4a-3ab9-4a99-8cc2-324a3a55e049","resourceInvariantUUID":"b36498c6-840b-44c8-8a8d-23a8dc0b0a4a","resourceCustomizationUUID":"ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml","artifactChecksum":"ZWM5NWE5ZTI0N2IyMDc3N2MxYzA5MTllYjUwNTVhOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69ba3afd-d79a-4212-9083-a9132441ecb5","artifactVersion":"1"},{"artifactName":"vfwc77ed0c147100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json","artifactChecksum":"YTE2MWRlY2JlNDQ5OGYyMTI1NGNjYWU3YzI0NzdiMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8683732a-aba7-465f-a556-22c243d58cba","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"197a47a4-642f-4e57-bd64-8b6b52d2dd9b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml","artifactChecksum":"ZmM0Njk5NTJhYTdmZmNmZGQ5ZDYyZGZlNmM4YTMzODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"540c9b22-9543-4422-89cf-8697894fc74e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c35a00db-8b3d-4257-a20e-aa75f71de408","artifactVersion":"2","generatedFromUUID":"197a47a4-642f-4e57-bd64-8b6b52d2dd9b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220831052216-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml","artifactChecksum":"YTY1YWViMDI0ZWFkNTcwMjBkMGQ5NmUzMjg0OGE2MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ad07f3c-2b7f-45d3-ba1e-d5b9cc7a80fd","artifactVersion":"1"},{"artifactName":"service-Vfw20220831052216-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar","artifactChecksum":"YjAyNDk1M2VhMmVkYjYxMjE2NjQzMzk0ODI4ZmJkM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11b97fab-f3c7-4b86-ba1e-1b8bb8661073","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:24:59.386Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:24:59.387Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:24:59.388Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:24:59.388Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:24:59.489Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:24:59.489Z||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-08-31T05:24:59.489Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:24:59.502Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:24:59.502Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:00.389Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:25:00.390Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:00.392Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:00.392Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:25:00.492Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:00.493Z||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-08-31T05:25:00.494Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:00.507Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:00.508Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:01.393Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:25:01.394Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:01.395Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:01.395Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:25:01.496Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:01.497Z||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-08-31T05:25:01.497Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:01.509Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:01.510Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:25:02.396Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:25:02.397Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:02.398Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:02.399Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:25:02.499Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:02.500Z||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-08-31T05:25:02.500Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:02.512Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:02.512Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:03.400Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:25:03.401Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:03.403Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:03.404Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:25:03.504Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:25:03.504Z||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-08-31T05:25:03.504Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:03.529Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:03.530Z||pool-109-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:04.404Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:25:04.405Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:04.407Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:04.408Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:25:04.508Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:04.508Z||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-08-31T05:25:04.508Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:04.522Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:04.522Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:05.408Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:25:05.409Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:05.411Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:05.411Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:25:05.511Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:05.512Z||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-08-31T05:25:05.512Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:05.524Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:05.524Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:06.412Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "serviceName": "vFW 2022-08-31 05-22-16",
  "serviceVersion": "1.0",
  "serviceUUID": "271bb1a8-6258-46d4-b835-836ddf27a0ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "812b4beb-68cf-45d6-be5e-8bc338d7bafa",
  "resources": [
    {
      "resourceInstanceName": "vFW c77ed0c1-4710 0",
      "resourceCustomizationUUID": "ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b",
      "resourceName": "vFW c77ed0c1-4710",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "78e0ea4a-3ab9-4a99-8cc2-324a3a55e049",
      "resourceInvariantUUID": "b36498c6-840b-44c8-8a8d-23a8dc0b0a4a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc77ed0c147100_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
          "artifactChecksum": "YTE2MWRlY2JlNDQ5OGYyMTI1NGNjYWU3YzI0NzdiMTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8683732a-aba7-465f-a556-22c243d58cba",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "197a47a4-642f-4e57-bd64-8b6b52d2dd9b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c35a00db-8b3d-4257-a20e-aa75f71de408",
            "generatedFromUUID": "197a47a4-642f-4e57-bd64-8b6b52d2dd9b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c35a00db-8b3d-4257-a20e-aa75f71de408",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220831052216-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
      "artifactChecksum": "YjAyNDk1M2VhMmVkYjYxMjE2NjQzMzk0ODI4ZmJkM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11b97fab-f3c7-4b86-ba1e-1b8bb8661073"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:25:06.413Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:25:06.413Z|b7bff735-7ed7-4ab0-9535-8d515685c8f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 271bb1a8-6258-46d4-b835-836ddf27a0ec ASDC
2022-08-31T05:25:06.414Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||ASDC Notification:
DistributionID:5367a703-fd4e-47a9-9229-ce4daffee8f9
ServiceName:vFW 2022-08-31 05-22-16
ServiceVersion:1.0
ServiceUUID:271bb1a8-6258-46d4-b835-836ddf27a0ec
ServiceInvariantUUID:812b4beb-68cf-45d6-be5e-8bc338d7bafa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220831052216-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar
ArtifactUUID:11b97fab-f3c7-4b86-ba1e-1b8bb8661073
ArtifactChecksum:YjAyNDk1M2VhMmVkYjYxMjE2NjQzMzk0ODI4ZmJkM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c77ed0c1-4710 0
ResourceCustomizationUUID:ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b
ResourceInvariantUUID:b36498c6-840b-44c8-8a8d-23a8dc0b0a4a
ResourceName:vFW c77ed0c1-4710
ResourceType:VF
ResourceUUID:78e0ea4a-3ab9-4a99-8cc2-324a3a55e049
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc77ed0c147100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json
ArtifactUUID:8683732a-aba7-465f-a556-22c243d58cba
ArtifactChecksum:YTE2MWRlY2JlNDQ5OGYyMTI1NGNjYWU3YzI0NzdiMTI=
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/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml
ArtifactUUID:197a47a4-642f-4e57-bd64-8b6b52d2dd9b
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/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env
ArtifactUUID:c35a00db-8b3d-4257-a20e-aa75f71de408
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/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env
ArtifactUUID:c35a00db-8b3d-4257-a20e-aa75f71de408
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:25:06.414Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 271bb1a8-6258-46d4-b835-836ddf27a0ec 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-08-31T05:25:06.451Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:25:06.451Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:25:06.452Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:25:06.452Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Trying to download the artifact UUID: 11b97fab-f3c7-4b86-ba1e-1b8bb8661073 from URL: /sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar
2022-08-31T05:25:06.452Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:25:06.453Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar
2022-08-31T05:25:06.589Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:25:06.593Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar 11b97fab-f3c7-4b86-ba1e-1b8bb8661073 98991
2022-08-31T05:25:06.593Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar ASDC sendASDCNotification
2022-08-31T05:25:06.593Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar
2022-08-31T05:25:06.593Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:25:06.594Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:06.595Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:06.596Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923506593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:25:06.696Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:06.697Z||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-08-31T05:25:06.697Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:06.743Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:06.744Z||pool-112-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:07.596Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:25:07.597Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:25:07.597Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Trying to write artifact UUID: 11b97fab-f3c7-4b86-ba1e-1b8bb8661073, URL: /sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar to file: /app/ASDC/1/service-Vfw20220831052216-csar.csar
2022-08-31T05:25:07.598Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220831052216-csar.csar
2022-08-31T05:25:07.599Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220831052216-csar.csar
2022-08-31T05:25:07.599Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220831052216-csar.csar
2022-08-31T05:25:07.760Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13596987375298320832/Definitions/service-Vfw20220831052216-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_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_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-08-31T05:25:09.721Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:25:09.722Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|WARN|500||####################################################################################################
2022-08-31T05:25:09.722Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.722Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-31T05:25:09.723Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.723Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.723Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.723Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.723Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.723Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.724Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.724Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c77ed0c1-4710 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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.724Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.724Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.724Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.724Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.725Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-Vfw20220831052216-csar.csar
2022-08-31T05:25:09.725Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|WARN|500||####################################################################################################
2022-08-31T05:25:09.725Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.725Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:09.726Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:09.726Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:25:09.726Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:25:09.727Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.727Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:09.727Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:09.727Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:25:09.727Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:25:09.728Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.728Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:09.728Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.728Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is not matching search criteria
2022-08-31T05:25:09.729Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:25:09.729Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:25:09.729Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:25:09.729Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.729Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.729Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:25:09.730Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.730Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:25:09.730Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:25:09.730Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.730Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.730Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:25:09.730Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.731Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:25:09.731Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.731Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:25:09.731Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.731Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:25:09.731Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.732Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:09.732Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:25:09.732Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.732Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:09.732Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:25:09.733Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.733Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:09.733Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:25:09.733Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.733Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is not matching search criteria
2022-08-31T05:25:09.733Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:25:09.734Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:25:09.734Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:25:09.734Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:25:09.734Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:25:09.734Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.734Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.734Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:25:09.735Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.735Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:25:09.735Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.735Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48b70333-9f32-4808-8534-6a92bc378368
2022-08-31T05:25:09.735Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.735Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is not matching search criteria
2022-08-31T05:25:09.736Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:25:09.736Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:25:09.736Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:25:09.736Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.736Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.736Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:25:09.736Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.737Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:25:09.737Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:25:09.737Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.737Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:25:09.737Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.737Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=70469a33-9aba-469b-94b5-a68addd4879c
2022-08-31T05:25:09.738Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.738Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is not matching search criteria
2022-08-31T05:25:09.738Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:25:09.738Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:25:09.738Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:25:09.738Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.738Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.739Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:25:09.739Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.739Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:25:09.739Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:25:09.739Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:09.739Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:09.740Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:25:09.740Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=62332663-45e1-4860-81a0-582646624612
2022-08-31T05:25:09.740Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.740Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:09.740Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.740Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:09.740Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.741Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:09.741Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:09.741Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:09.741Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-31 05-22-16
Description:catalog service description
Model UUID:271bb1a8-6258-46d4-b835-836ddf27a0ec
Model Version:NULL
Model InvariantUuid:812b4beb-68cf-45d6-be5e-8bc338d7bafa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c77ed0c1-4710
Model UUID:be023e96-d951-4e8b-9577-571c3e02553c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b36498c6-840b-44c8-8a8d-23a8dc0b0a4a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:031ed674-351c-432e-acf6-0d11b8925f2b
ModelName:VfwC77ed0c14710..base_vfw..module-0
ModelUuid:1ca1dfa1-47c3-48e6-a423-3f307df19683
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:48b70333-9f32-4808-8534-6a92bc378368
ModelInvariantUuid:cc8486a7-6b44-44b4-9a18-9628af9571e7
ModelName:vFW c77ed0c1-4710-nodes.vfwCvfc
ModelUuid:f268e61a-020a-46a3-a588-428fee2bb261
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a18ec97f-c835-4281-9876-480787046af5
ModelInvariantUuid:602d5305-93f5-41a2-b3f4-2c522bcabc9e
ModelName:VfwC77ed0c14710.compute.nodes.heat.vfw
ModelUuid:6c2d49f4-b236-475a-a2e9-b30489d529a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:70469a33-9aba-469b-94b5-a68addd4879c
ModelInvariantUuid:f0b4c1f9-cdea-4e3a-9b32-c5a0e839df5c
ModelName:vFW c77ed0c1-4710-nodes.vsnCvfc
ModelUuid:4570e057-9efd-402b-8cda-a741e99c622a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b7fa5480-b0e0-4e19-b687-006c648e947a
ModelInvariantUuid:a18c94cd-0233-480b-ab15-a7cf05e69eaa
ModelName:VfwC77ed0c14710.compute.nodes.heat.vsn
ModelUuid:3ce93d9f-e59a-4ff7-abaf-9e71ffd631ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:62332663-45e1-4860-81a0-582646624612
ModelInvariantUuid:467086be-c2f1-49f3-97d6-305dc547542c
ModelName:vFW c77ed0c1-4710-nodes.vpgCvfc
ModelUuid:6e764569-06ce-480a-9252-1165868a1263
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:27e31f71-dcc9-4e5b-944f-14bf85fe940e
ModelInvariantUuid:03f6e014-3e5b-4519-8932-2cf29377808d
ModelName:VfwC77ed0c14710.compute.nodes.heat.vpg
ModelUuid:d0ebefd6-83fa-424e-914e-1aa17887c04b
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-08-31T05:25:09.751Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 78e0ea4a-3ab9-4a99-8cc2-324a3a55e049
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-08-31T05:25:09.754Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||vFW c77ed0c1-4710 0
2022-08-31T05:25:09.754Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 78e0ea4a-3ab9-4a99-8cc2-324a3a55e049
2022-08-31T05:25:09.754Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Trying to download the artifact UUID: 8683732a-aba7-465f-a556-22c243d58cba from URL: /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json
2022-08-31T05:25:09.755Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:25:09.755Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json
2022-08-31T05:25:09.905Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:25:09.906Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json 8683732a-aba7-465f-a556-22c243d58cba 785
2022-08-31T05:25:09.906Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json ASDC sendASDCNotification
2022-08-31T05:25:09.906Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json
2022-08-31T05:25:09.907Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:25:09.907Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:09.909Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:09.909Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923509906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:25:10.009Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:25:10.010Z||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-08-31T05:25:10.011Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:10.024Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:10.024Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:10.910Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC77ed0c14710..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "031ed674-351c-432e-acf6-0d11b8925f2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ca1dfa1-47c3-48e6-a423-3f307df19683",
    "vfModuleModelCustomizationUUID": "ca527101-e438-4a1a-a10d-2b3e81ff04be",
    "isBase": true,
    "artifacts": [
      "197a47a4-642f-4e57-bd64-8b6b52d2dd9b",
      "c35a00db-8b3d-4257-a20e-aa75f71de408"
    ],
    "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-08-31T05:25:10.913Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC77ed0c14710..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ca1dfa1-47c3-48e6-a423-3f307df19683
VfModuleModelInvariantUUID:031ed674-351c-432e-acf6-0d11b8925f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
197a47a4-642f-4e57-bd64-8b6b52d2dd9b
,
c35a00db-8b3d-4257-a20e-aa75f71de408

}
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-08-31T05:25:10.915Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC77ed0c14710..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "031ed674-351c-432e-acf6-0d11b8925f2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ca1dfa1-47c3-48e6-a423-3f307df19683",
    "vfModuleModelCustomizationUUID": "ca527101-e438-4a1a-a10d-2b3e81ff04be",
    "isBase": true,
    "artifacts": [
      "197a47a4-642f-4e57-bd64-8b6b52d2dd9b",
      "c35a00db-8b3d-4257-a20e-aa75f71de408"
    ],
    "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-08-31T05:25:10.915Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC77ed0c14710..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ca1dfa1-47c3-48e6-a423-3f307df19683
VfModuleModelInvariantUUID:031ed674-351c-432e-acf6-0d11b8925f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
197a47a4-642f-4e57-bd64-8b6b52d2dd9b
,
c35a00db-8b3d-4257-a20e-aa75f71de408

}
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-08-31T05:25:10.915Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Trying to download the artifact UUID: 197a47a4-642f-4e57-bd64-8b6b52d2dd9b from URL: /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml
2022-08-31T05:25:10.915Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:25:10.915Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml
2022-08-31T05:25:11.078Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:25:11.079Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml 197a47a4-642f-4e57-bd64-8b6b52d2dd9b 20368
2022-08-31T05:25:11.079Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:25:11.079Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml
2022-08-31T05:25:11.079Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:25:11.080Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:11.081Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:11.082Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923511079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:25:11.182Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:11.183Z||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-08-31T05:25:11.183Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:11.195Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:11.195Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:12.084Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Trying to download the artifact UUID: c35a00db-8b3d-4257-a20e-aa75f71de408 from URL: /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env
2022-08-31T05:25:12.084Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:25:12.085Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env
2022-08-31T05:25:12.263Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:25:12.264Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env c35a00db-8b3d-4257-a20e-aa75f71de408 2098
2022-08-31T05:25:12.264Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:25:12.264Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env
2022-08-31T05:25:12.265Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:25:12.265Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:12.267Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:12.267Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923512264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:25:12.367Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:25:12.368Z||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-08-31T05:25:12.368Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:12.379Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:12.380Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:13.268Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Preparing to deploy Service: 271bb1a8-6258-46d4-b835-836ddf27a0ec
2022-08-31T05:25:13.269Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c77ed0c1-4710 0 78e0ea4a-3ab9-4a99-8cc2-324a3a55e049 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-08-31T05:25:13.289Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b52c1d9, org.onap.sdc.toscaparser.api.parameters.Input@3511fc37, org.onap.sdc.toscaparser.api.parameters.Input@36bbcea7, org.onap.sdc.toscaparser.api.parameters.Input@5ec3433d, org.onap.sdc.toscaparser.api.parameters.Input@23621d35]
2022-08-31T05:25:13.291Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.291Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:13.291Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-31T05:25:13.291Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||VFCustomizationUUID= ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b
2022-08-31T05:25:13.292Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b matches Tosca VF Customization UUID: ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b
2022-08-31T05:25:13.292Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||vfCustomizationUUID: ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b  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-08-31T05:25:13.295Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.295Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:13.296Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||resource request for resource customization id ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b: {\"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-08-31T05:25:13.297Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3510e9e9
2022-08-31T05:25:13.297Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.297Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:25:13.297Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca527101-e438-4a1a-a10d-2b3e81ff04be
2022-08-31T05:25:13.298Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca527101-e438-4a1a-a10d-2b3e81ff04be
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-08-31T05:25:13.301Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.301Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:13.301Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:25:13.302Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.302Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:13.302Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:25:13.302Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.303Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is not matching search criteria
2022-08-31T05:25:13.303Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:25:13.303Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:25:13.304Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:25:13.304Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:25:13.304Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:25:13.304Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:13.305Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:13.305Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:25:13.305Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:13.305Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:25:13.305Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:13.306Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48b70333-9f32-4808-8534-6a92bc378368
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-08-31T05:25:13.310Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.310Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:13.310Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:25:13.311Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.311Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is not matching search criteria
2022-08-31T05:25:13.311Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:25:13.311Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:25:13.312Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:25:13.312Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:13.312Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:13.312Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:25:13.312Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:13.312Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:25:13.313Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:25:13.313Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:13.313Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:25:13.313Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:13.313Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=70469a33-9aba-469b-94b5-a68addd4879c
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-08-31T05:25:13.316Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.316Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:13.316Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:25:13.316Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.317Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is not matching search criteria
2022-08-31T05:25:13.317Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:25:13.317Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:25:13.317Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:25:13.317Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:13.318Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:13.318Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:25:13.318Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:25:13.318Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:25:13.318Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:25:13.318Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:25:13.319Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:25:13.319Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:25:13.319Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=62332663-45e1-4860-81a0-582646624612
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-08-31T05:25:13.321Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.321Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:13.322Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:25:13.322Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.322Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Node template vFW c77ed0c1-4710 0 is matching search criteria
2022-08-31T05:25:13.322Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found topology templates [vFW c77ed0c1-4710 0] matching following query criteria: sdcType=VF, customizationUUID=ea3b5bde-8fe8-4f67-bc7e-edce08ecb99b
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-08-31T05:25:13.324Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.324Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:13.324Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500|| resourceSeq for service uuid 271bb1a8-6258-46d4-b835-836ddf27a0ec: vFW c77ed0c1-4710
2022-08-31T05:25:13.325Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.325Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:13.325Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.325Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:13.325Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.326Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:13.326Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.326Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:13.326Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:25:13.326Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Service vFW 2022-08-31 05-22-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:25:13.326Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||Saving Service: vFW 2022-08-31 05-22-16 
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-08-31T05:25:13.539Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c77ed0c1-4710 78e0ea4a-3ab9-4a99-8cc2-324a3a55e049 1 ASDC deployResourceStructure
2022-08-31T05:25:13.539Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json ASDC sendASDCNotification
2022-08-31T05:25:13.539Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json
2022-08-31T05:25:13.539Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:25:13.540Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:13.541Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:13.542Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923513539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:25:13.642Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:13.643Z||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-08-31T05:25:13.643Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:13.655Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:13.655Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:14.542Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:25:14.543Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml
2022-08-31T05:25:14.543Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:25:14.543Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:14.546Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:14.546Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923514542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:25:14.646Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:14.647Z||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-08-31T05:25:14.647Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:14.673Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:14.674Z||pool-117-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:15.547Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:25:15.548Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env
2022-08-31T05:25:15.548Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:25:15.548Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:15.550Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:15.551Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923515547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:25:15.651Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:25:15.652Z||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-08-31T05:25:15.652Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:15.664Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:15.664Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:25:16.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:25:16.073Z||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-08-31T05:25:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:16.104Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:16.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:25:16.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923336932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:25:16.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:25:16.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:25:16.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923337935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:25:16.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:25:16.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:25:16.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923338940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:25:16.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:25:16.551Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar ASDC sendASDCNotification
2022-08-31T05:25:16.552Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar
2022-08-31T05:25:16.552Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:25:16.553Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:25:16.554Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:25:16.554Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923516551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:25:16.656Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:25:16.656Z||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-08-31T05:25:16.656Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:25:16.669Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:25:16.669Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:25:17.556Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:25:17.568Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
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-08-31T05:25:17.569Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:25:17.569Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:25:17.569Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:25:47.570Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:25:47.586Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
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-08-31T05:25:47.588Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:25:47.588Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:25:47.588Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:26:16.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:26:16.074Z||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-08-31T05:26:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:26:16.107Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:26:16.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "124a21b7-f35e-40dd-9b0c-88c286fa5182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923434190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:26:16.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923439980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923439485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923438719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923434000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923439980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923439485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923438719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923434000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923444530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923439980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923439485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923438719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923444530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923434000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923439980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923439485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923438719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923444530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923434000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923439980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923439485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923438719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923444530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923434000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923435203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923448118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923439980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923439485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923438719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923444530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923434000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923448118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923449217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923439980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923439485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923438719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923444530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923434000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923448118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923444530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923450968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923450576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923450661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923448118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923452147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923452480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923451738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923448118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923453485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:26:16.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923448118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923453274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923452999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "policy-id",
  "timestamp": 1661923454488,
  "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-08-31T05:26:16.145Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5367a703-fd4e-47a9-9229-ce4daffee8f9
2022-08-31T05:26:16.145Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5367a703-fd4e-47a9-9229-ce4daffee8f9 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-08-31T05:26:16.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923448118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923453810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:26:16.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923454308,
  "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-08-31T05:26:16.160Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5367a703-fd4e-47a9-9229-ce4daffee8f9
2022-08-31T05:26:16.161Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5367a703-fd4e-47a9-9229-ce4daffee8f9 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-08-31T05:26:16.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923454120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923454816,
  "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-08-31T05:26:16.171Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5367a703-fd4e-47a9-9229-ce4daffee8f9
2022-08-31T05:26:16.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5367a703-fd4e-47a9-9229-ce4daffee8f9 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-08-31T05:26:16.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923455311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:26:16.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923455038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:26:16.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:16.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923455960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.182Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923455226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:26:16.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:26:16.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:26:16.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923455038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:26:16.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:26:17.588Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:26:17.600Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
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-08-31T05:26:17.603Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:26:17.603Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:26:17.603Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:26:47.603Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:26:47.616Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
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-08-31T05:26:47.618Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:26:47.618Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:26:47.618Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:27:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:27:16.074Z||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-08-31T05:27:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:27:16.103Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:27:16.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "cds",
  "timestamp": 1661923456967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-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-08-31T05:27:16.116Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5367a703-fd4e-47a9-9229-ce4daffee8f9
2022-08-31T05:27:16.116Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5367a703-fd4e-47a9-9229-ce4daffee8f9 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-08-31T05:27:16.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923456279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:27:16.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923455038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:16.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923457404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-31T05:27:16.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923455038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:16.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923458407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-31T05:27:16.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923455038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:16.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923459411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:27:16.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923455038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:16.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923460416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:27:16.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923455038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:27:16.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923461422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:27:16.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923462426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:27:16.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923462533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:27:16.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "aai-ml",
  "timestamp": 1661923463562,
  "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-08-31T05:27:16.138Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5367a703-fd4e-47a9-9229-ce4daffee8f9
2022-08-31T05:27:16.138Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5367a703-fd4e-47a9-9229-ce4daffee8f9 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-08-31T05:27:16.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923471417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:27:16.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923472437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:27:16.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "clamp",
  "timestamp": 1661923473440,
  "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-08-31T05:27:16.151Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5367a703-fd4e-47a9-9229-ce4daffee8f9
2022-08-31T05:27:16.151Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5367a703-fd4e-47a9-9229-ce4daffee8f9 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-08-31T05:27:16.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7bff735-7ed7-4ab0-9535-8d515685c8f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923497739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:27:16.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:16.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:27:16.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:27:16.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:16.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:27:16.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:16.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923498756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:27:16.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:27:16.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923506593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:27:16.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923509906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:27:16.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923511079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:27:16.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923512264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:27:16.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923513539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/vfwc77ed0c147100_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:27:16.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923514542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:27:16.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:16.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:27:16.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923515547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/resourceInstances/vfwc77ed0c147100/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:27:16.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:27:17.619Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:27:17.632Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9
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-08-31T05:27:17.635Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:27:17.635Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:27:17.636Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:27:17.636Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:27:17.636Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:27:17.636Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?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-08-31T05:27:17.642Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:27:47.642Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9 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-08-31T05:27:47.654Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5367a703-fd4e-47a9-9229-ce4daffee8f9 and serviceModelVersionId: 271bb1a8-6258-46d4-b835-836ddf27a0ec
2022-08-31T05:27:47.654Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 812b4beb-68cf-45d6-be5e-8bc338d7bafa
2022-08-31T05:27:47.655Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0
2022-08-31T05:27:47.666Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:27:47.724Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd6e5b7-7241-47ab-84e8-513061ba0214/model-vers/model-ver/4c7a83a1-8969-4da3-9d86-231626cd4625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-08-31T05:27:47.727Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Invoke
2022-08-31T05:27:49.240Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-08-31T05:27:49.241Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Invoke
2022-08-31T05:27:50.776Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-08-31T05:27:50.778Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Invoke
2022-08-31T05:27:51.819Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:27:51.820Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-08-31T05:27:51.821Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:27:51.821Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-08-31T05:27:51.827Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-08-31T05:27:51.827Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5367a703-fd4e-47a9-9229-ce4daffee8f9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:27:51.828Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:27:51.828Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:27:51.830Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:27:51.831Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923671828,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:27:51.931Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:27:51.932Z||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-08-31T05:27:51.932Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:27:51.963Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:27:51.964Z||pool-120-thread-1|||||INFO|500||cambria reply ok (33 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-08-31T05:27:52.842Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:27:52.843Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-08-31T05:27:52.843Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:27:57.331Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:27:57.331Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||received message from topic
2022-08-31T05:27:57.331Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7cab251e-d9ae-4a3e-b8bf-c5e605433848","serviceName":"Demo_pNF_iiNMW3OmL9V90bymrwkL","serviceVersion":"1.0","serviceUUID":"2171381f-100b-4b15-a9ff-7d2057f59389","serviceDescription":"catalog service description","serviceInvariantUUID":"64d87286-5164-4882-b3f2-fc097c0e7407","resources":[{"resourceInstanceName":"pNF 89add983-eb99 0","resourceName":"pNF 89add983-eb99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6a9e5742-8ec6-48b3-b11b-908f2b464239","resourceInvariantUUID":"73a0dbbf-0d72-4a2d-8717-60aea9feddc3","resourceCustomizationUUID":"d27a0bff-f6b6-4aba-bbbd-adb6773554af","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml","artifactChecksum":"NTg5NTNjNGJiYjQ4MmUzMGUyZjNiM2MxNjU0YzIzZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58cb2c40-0d95-4251-94c2-b451f080b83b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc93a08d-a9c4-4331-91c3-576fcc91a6ad","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d304c08c-3e3b-41a8-97e3-8b132a0e7c58","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml","artifactChecksum":"ODIyNzdkMmZlNDU1YTczMzU0Mjg5MzU1YTBiOGQ1OGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d239ff1-2b6c-4b76-a3b5-b5798b585b56","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afb8148e-41dd-4fb9-a8f0-249f50b64757","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6eac9dca-2c14-4806-9cb6-93b9a5a234a1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIinmw3oml9v90bymrwkl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml","artifactChecksum":"M2UzODE5MzA5NWZlN2U4ZGQ2MDZiNGUzNTcxZDM1YmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd2234c9-22c6-48c2-93a1-70b83e3e2ea0","artifactVersion":"1"},{"artifactName":"service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar","artifactChecksum":"Y2FlZDJiMmZiOTA1MGQ4ZmU5NTU5YzllYzFkN2Q0YmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36722cc2-1d99-4fd6-87ba-1d8358b7ddb3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:27:57.333Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:27:57.334Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:27:57.336Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:27:57.336Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:57.436Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:27:57.437Z||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-08-31T05:27:57.437Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:27:57.454Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:27:57.455Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:27:58.337Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:27:58.337Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:27:58.339Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:27:58.340Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:58.440Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:27:58.441Z||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-08-31T05:27:58.441Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:27:58.452Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:27:58.452Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:27:59.340Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:27:59.341Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:27:59.343Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:27:59.343Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:27:59.444Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:27:59.445Z||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-08-31T05:27:59.445Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:27:59.457Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:27:59.457Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:28:00.347Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:28:00.352Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:28:00.354Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:28:00.355Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:28:00.455Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:28:00.456Z||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-08-31T05:28:00.456Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:28:00.469Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:28:00.469Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:28:01.355Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:28:01.356Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:28:01.368Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:28:01.368Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:28:01.459Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-08-31T05:28:01.460Z||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-08-31T05:28:01.460Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:28:01.472Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:28:01.473Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:28:02.368Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:28:02.369Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:28:02.371Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:28:02.371Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:28:02.471Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:28:02.472Z||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-08-31T05:28:02.472Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:28:02.485Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:28:02.485Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:28:03.372Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:28:03.373Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:28:03.375Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:28:03.375Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:28:03.475Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:28:03.476Z||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-08-31T05:28:03.476Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:28:03.489Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:28:03.489Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:28:04.376Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:28:04.377Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:28:04.379Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:28:04.380Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:28:04.480Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:28:04.481Z||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-08-31T05:28:04.481Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:28:04.495Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:28:04.495Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:28:05.381Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "serviceName": "Demo_pNF_iiNMW3OmL9V90bymrwkL",
  "serviceVersion": "1.0",
  "serviceUUID": "2171381f-100b-4b15-a9ff-7d2057f59389",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "64d87286-5164-4882-b3f2-fc097c0e7407",
  "resources": [
    {
      "resourceInstanceName": "pNF 89add983-eb99 0",
      "resourceCustomizationUUID": "d27a0bff-f6b6-4aba-bbbd-adb6773554af",
      "resourceName": "pNF 89add983-eb99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6a9e5742-8ec6-48b3-b11b-908f2b464239",
      "resourceInvariantUUID": "73a0dbbf-0d72-4a2d-8717-60aea9feddc3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
      "artifactChecksum": "Y2FlZDJiMmZiOTA1MGQ4ZmU5NTU5YzllYzFkN2Q0YmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36722cc2-1d99-4fd6-87ba-1d8358b7ddb3"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:28:05.381Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:28:05.382Z|5367a703-fd4e-47a9-9229-ce4daffee8f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2171381f-100b-4b15-a9ff-7d2057f59389 ASDC
2022-08-31T05:28:05.383Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||ASDC Notification:
DistributionID:7cab251e-d9ae-4a3e-b8bf-c5e605433848
ServiceName:Demo_pNF_iiNMW3OmL9V90bymrwkL
ServiceVersion:1.0
ServiceUUID:2171381f-100b-4b15-a9ff-7d2057f59389
ServiceInvariantUUID:64d87286-5164-4882-b3f2-fc097c0e7407
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
ArtifactUUID:36722cc2-1d99-4fd6-87ba-1d8358b7ddb3
ArtifactChecksum:Y2FlZDJiMmZiOTA1MGQ4ZmU5NTU5YzllYzFkN2Q0YmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 89add983-eb99 0
ResourceCustomizationUUID:d27a0bff-f6b6-4aba-bbbd-adb6773554af
ResourceInvariantUUID:73a0dbbf-0d72-4a2d-8717-60aea9feddc3
ResourceName:pNF 89add983-eb99
ResourceType:PNF
ResourceUUID:6a9e5742-8ec6-48b3-b11b-908f2b464239
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T05:28:05.383Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2171381f-100b-4b15-a9ff-7d2057f59389 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-08-31T05:28:05.408Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:28:05.409Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:28:05.409Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:28:05.409Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Trying to download the artifact UUID: 36722cc2-1d99-4fd6-87ba-1d8358b7ddb3 from URL: /sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:05.409Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:28:05.410Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:05.497Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:28:05.501Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar 36722cc2-1d99-4fd6-87ba-1d8358b7ddb3 82645
2022-08-31T05:28:05.501Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar ASDC sendASDCNotification
2022-08-31T05:28:05.501Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:05.502Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:28:05.502Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:28:05.504Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:28:05.504Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923685501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:28:05.604Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:28:05.605Z||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-08-31T05:28:05.605Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:28:05.616Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:28:05.616Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:28:06.505Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:28:06.506Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:28:06.506Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Trying to write artifact UUID: 36722cc2-1d99-4fd6-87ba-1d8358b7ddb3, URL: /sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar to file: /app/ASDC/1/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:06.507Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:06.507Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:06.508Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:06.658Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4527864461045487916/Definitions/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml
2022-08-31T05:28:07.495Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:28:07.496Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|WARN|500||####################################################################################################
2022-08-31T05:28:07.496Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.496Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T05:28:07.496Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 89add983-eb99 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-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.496Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.496Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.496Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.497Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.497Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.497Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.497Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|WARN|500||####################################################################################################
2022-08-31T05:28:07.497Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.497Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.497Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Node template pNF 89add983-eb99 0 is matching search criteria
2022-08-31T05:28:07.498Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:28:07.498Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Found topology templates [pNF 89add983-eb99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:28:07.498Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.498Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.498Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Node template pNF 89add983-eb99 0 is matching search criteria
2022-08-31T05:28:07.498Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:28:07.499Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Found topology templates [pNF 89add983-eb99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:28:07.499Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.499Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.499Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.499Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.499Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.500Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.500Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.500Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.500Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.500Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.500Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_iiNMW3OmL9V90bymrwkL
Description:catalog service description
Model UUID:2171381f-100b-4b15-a9ff-7d2057f59389
Model Version:NULL
Model InvariantUuid:64d87286-5164-4882-b3f2-fc097c0e7407
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-08-31T05:28:07.506Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 6a9e5742-8ec6-48b3-b11b-908f2b464239
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-08-31T05:28:07.509Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||pNF 89add983-eb99 0
2022-08-31T05:28:07.509Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 6a9e5742-8ec6-48b3-b11b-908f2b464239
2022-08-31T05:28:07.509Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||No resources found for Service: 2171381f-100b-4b15-a9ff-7d2057f59389
2022-08-31T05:28:07.509Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Preparing to deploy Service: 2171381f-100b-4b15-a9ff-7d2057f59389
2022-08-31T05:28:07.509Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 89add983-eb99 0 6a9e5742-8ec6-48b3-b11b-908f2b464239 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-08-31T05:28:07.513Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@150066e5, org.onap.sdc.toscaparser.api.parameters.Input@4a6e38fe, org.onap.sdc.toscaparser.api.parameters.Input@66a005c8, org.onap.sdc.toscaparser.api.parameters.Input@6eeedeec, org.onap.sdc.toscaparser.api.parameters.Input@784fba9a]
2022-08-31T05:28:07.514Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.514Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.514Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500|| resourceSeq for service uuid 2171381f-100b-4b15-a9ff-7d2057f59389: pNF 89add983-eb99
2022-08-31T05:28:07.514Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Processing PNF resource: 6a9e5742-8ec6-48b3-b11b-908f2b464239
2022-08-31T05:28:07.514Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:28:07.514Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Service Demo_pNF_iiNMW3OmL9V90bymrwkL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:28:07.515Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||Resource customization UUID: d27a0bff-f6b6-4aba-bbbd-adb6773554af is the same as notified resource customizationUUID: d27a0bff-f6b6-4aba-bbbd-adb6773554af
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-08-31T05:28:07.559Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 89add983-eb99 6a9e5742-8ec6-48b3-b11b-908f2b464239 0 ASDC deployResourceStructure
2022-08-31T05:28:07.560Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar ASDC sendASDCNotification
2022-08-31T05:28:07.560Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar
2022-08-31T05:28:07.560Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:28:07.560Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:28:07.562Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:28:07.562Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923687560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:28:07.662Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:28:07.663Z||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-08-31T05:28:07.664Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:28:07.677Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:28:07.677Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:28:08.564Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:28:08.574Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848
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-08-31T05:28:08.576Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:28:08.576Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:28:08.576Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:28:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:28:16.073Z||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-08-31T05:28:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:28:16.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:28:16.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:28:16.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923516551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831052216/1.0/artifacts/service-Vfw20220831052216-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:28:16.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:28:38.577Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:28:38.591Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848
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-08-31T05:28:38.593Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:28:38.593Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:28:38.593Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:29:08.593Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:29:08.604Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848
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-08-31T05:29:08.606Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:29:08.606Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:29:08.606Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:29:16.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:29:16.074Z||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-08-31T05:29:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:29:16.103Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:29:16.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923583117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923584530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923589488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923584530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923583117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923589980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923589488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923583117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923584530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923589980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923589488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923583117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923584530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923589980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923589488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923583117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923584530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923589980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923589488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923593994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923583117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923584530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923589980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923589488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923593994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923583117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923584530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923589980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923589488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923593994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923583117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:29:16.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923584530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:29:16.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923589980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923589488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:29:16.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923593994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923598311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:29:16.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923598592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:29:16.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923589980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:29:16.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923593994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923598227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923599315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "cds",
  "timestamp": 1661923599600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-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-08-31T05:29:16.135Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7cab251e-d9ae-4a3e-b8bf-c5e605433848
2022-08-31T05:29:16.135Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cab251e-d9ae-4a3e-b8bf-c5e605433848 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-08-31T05:29:16.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923598774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:29:16.145Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923598719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923593994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:29:16.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "policy-id",
  "timestamp": 1661923600319,
  "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-08-31T05:29:16.150Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7cab251e-d9ae-4a3e-b8bf-c5e605433848
2022-08-31T05:29:16.150Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cab251e-d9ae-4a3e-b8bf-c5e605433848 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-08-31T05:29:16.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923598719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923593994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923600609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:29:16.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923598719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923593994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923601613,
  "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-08-31T05:29:16.163Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7cab251e-d9ae-4a3e-b8bf-c5e605433848
2022-08-31T05:29:16.163Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cab251e-d9ae-4a3e-b8bf-c5e605433848 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-08-31T05:29:16.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923598719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923603174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923598719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923604315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:29:16.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923598719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923604228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:29:16.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923605321,
  "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-08-31T05:29:16.176Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7cab251e-d9ae-4a3e-b8bf-c5e605433848
2022-08-31T05:29:16.176Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cab251e-d9ae-4a3e-b8bf-c5e605433848 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-08-31T05:29:16.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923605038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923598719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "aai-ml",
  "timestamp": 1661923605231,
  "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-08-31T05:29:16.188Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7cab251e-d9ae-4a3e-b8bf-c5e605433848
2022-08-31T05:29:16.189Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cab251e-d9ae-4a3e-b8bf-c5e605433848 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-08-31T05:29:16.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923605038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923598719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:29:16.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923605038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923605038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923605038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923605038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923605038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:29:16.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923605038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923624439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923626449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:29:16.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "clamp",
  "timestamp": 1661923627455,
  "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-08-31T05:29:16.202Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7cab251e-d9ae-4a3e-b8bf-c5e605433848
2022-08-31T05:29:16.202Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cab251e-d9ae-4a3e-b8bf-c5e605433848 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-08-31T05:29:38.606Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:29:38.617Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848
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-08-31T05:29:38.620Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:29:38.620Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:29:38.620Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:29:38.620Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:29:38.620Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T05:29:38.621Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:29:38.621Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?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-08-31T05:29:38.625Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:30:08.625Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848 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-08-31T05:30:08.631Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7cab251e-d9ae-4a3e-b8bf-c5e605433848 and serviceModelVersionId: 2171381f-100b-4b15-a9ff-7d2057f59389
2022-08-31T05:30:08.631Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64d87286-5164-4882-b3f2-fc097c0e7407
2022-08-31T05:30:08.632Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0
2022-08-31T05:30:08.635Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/812b4beb-68cf-45d6-be5e-8bc338d7bafa/model-vers/model-ver/271bb1a8-6258-46d4-b835-836ddf27a0ec?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:30:08.671Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Invoke
2022-08-31T05:30:08.672Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09319c3e-ea7d-437a-849b-f500ad547668], X-ECOMP-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], X-TransactionId=[], X-ONAP-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], Content-Type=[application/merge-patch+json]}
2022-08-31T05:30:10.205Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Invoke
2022-08-31T05:30:10.205Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f74651f-7927-43ed-870f-17b03da67daf], X-ECOMP-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], X-TransactionId=[], X-ONAP-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], Content-Type=[application/merge-patch+json]}
2022-08-31T05:30:11.736Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Invoke
2022-08-31T05:30:11.736Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e476ce23-c3c4-4a58-8bd4-8dbf3db218fb], X-ECOMP-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], X-TransactionId=[], X-ONAP-RequestID=[7cab251e-d9ae-4a3e-b8bf-c5e605433848], Content-Type=[application/merge-patch+json]}
2022-08-31T05:30:12.770Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:30:12.771Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-08-31T05:30:12.771Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:30:12.771Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-08-31T05:30:12.775Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-08-31T05:30:12.776Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7cab251e-d9ae-4a3e-b8bf-c5e605433848 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:30:12.776Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:30:12.776Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:12.778Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:12.778Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923812776,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:30:12.878Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:12.879Z||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-08-31T05:30:12.879Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:12.898Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:12.899Z||pool-131-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:30:13.791Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:30:13.792Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-08-31T05:30:13.792Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:30:16.073Z||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-08-31T05:30:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:16.098Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:16.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5367a703-fd4e-47a9-9229-ce4daffee8f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923671828,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:30:16.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:30:16.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:16.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:30:16.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:16.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:30:16.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:16.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:30:16.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:16.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:30:16.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:16.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:30:16.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/resourceInstances/pnf89add983eb990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:16.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:30:16.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:16.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:30:16.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923672842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:30:16.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:30:16.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923685501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:30:16.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:30:16.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:30:16.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923687560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIinmw3oml9v90bymrwkl/1.0/artifacts/service-DemoPnfIinmw3oml9v90bymrwkl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:30:16.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:30:18.202Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:18.203Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||received message from topic
2022-08-31T05:30:18.203Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a1855c33-de08-420b-80c7-e70e6615d9fa","serviceName":"Demo_pNF_SMpoWJYkLYTpA3hc3HYQ","serviceVersion":"1.0","serviceUUID":"056ee005-132a-472c-80ac-b8cb01ccebf4","serviceDescription":"catalog service description","serviceInvariantUUID":"eb718f21-27fe-4a09-8147-413f75fde1a8","resources":[{"resourceInstanceName":"pNF b505f7a3-2364 0","resourceName":"pNF b505f7a3-2364","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f7ac7efa-ac46-4478-aa14-71ba0a5794b3","resourceInvariantUUID":"546965c2-803a-4b52-9e07-58cff8bbf3b8","resourceCustomizationUUID":"b0b69498-880d-4401-a381-75a99dca242e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml","artifactChecksum":"YTc4NmNlMzliM2Q2Yjg5YmU5NDg0ODkwMzk0NjhkNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d7ee09f-d344-4ec6-851f-29b35352271e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c47f314-4e9b-4b65-bead-9362aa937236","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18375d84-d867-411b-b70e-3ad640b6d50c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml","artifactChecksum":"YWE4M2YyMmFjZDBkOTg3YzlhYWZlM2Y0MDJmYWUwYTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8f21a34-acfe-4941-9dd2-b140f7b53e89","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad09de21-8a34-4f89-9282-f20ebdf68132","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d46b1db-bbc2-40ca-be2c-107fa37eee5f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml","artifactChecksum":"N2UxZTdkZDc0MzZhMmM5YmE4YTJlNDk0NzM1YTA0ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e10131ce-628a-441b-83cf-9b4c4c954a3c","artifactVersion":"1"},{"artifactName":"service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar","artifactChecksum":"MGIzMGEyNzM1YzVmODc3YjZhYjliNGZmYjgxZDkzNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2bf1c11-f135-4ec7-b1cf-64cb6a2e408f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:30:18.205Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:30:18.205Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:18.207Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:18.207Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:18.307Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:18.308Z||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-08-31T05:30:18.308Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:18.320Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:18.320Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:30:19.207Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:30:19.208Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:19.210Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:19.210Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:19.310Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:19.311Z||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-08-31T05:30:19.311Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:19.325Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:19.325Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:30:20.210Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:30:20.211Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:20.213Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:20.213Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:20.313Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:20.314Z||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-08-31T05:30:20.315Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:20.327Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:20.327Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:30:21.214Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:30:21.217Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:21.218Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:21.218Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:21.319Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:30:21.320Z||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-08-31T05:30:21.320Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:21.331Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:21.331Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:30:22.219Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:30:22.220Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:22.222Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:22.222Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:22.322Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:22.323Z||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-08-31T05:30:22.323Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:22.333Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:22.334Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:30:23.222Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:30:23.222Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:23.225Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:23.225Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:23.325Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:23.326Z||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-08-31T05:30:23.326Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:23.338Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:23.338Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:30:24.225Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:30:24.227Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:24.229Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:24.230Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:30:24.330Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:24.331Z||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-08-31T05:30:24.331Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:24.355Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:24.356Z||pool-138-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:30:25.230Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:30:25.231Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:25.233Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:25.233Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:30:25.333Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:25.334Z||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-08-31T05:30:25.334Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:25.347Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:25.348Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:30:26.234Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "serviceName": "Demo_pNF_SMpoWJYkLYTpA3hc3HYQ",
  "serviceVersion": "1.0",
  "serviceUUID": "056ee005-132a-472c-80ac-b8cb01ccebf4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "eb718f21-27fe-4a09-8147-413f75fde1a8",
  "resources": [
    {
      "resourceInstanceName": "pNF b505f7a3-2364 0",
      "resourceCustomizationUUID": "b0b69498-880d-4401-a381-75a99dca242e",
      "resourceName": "pNF b505f7a3-2364",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f7ac7efa-ac46-4478-aa14-71ba0a5794b3",
      "resourceInvariantUUID": "546965c2-803a-4b52-9e07-58cff8bbf3b8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
      "artifactChecksum": "MGIzMGEyNzM1YzVmODc3YjZhYjliNGZmYjgxZDkzNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d2bf1c11-f135-4ec7-b1cf-64cb6a2e408f"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:30:26.235Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:30:26.235Z|7cab251e-d9ae-4a3e-b8bf-c5e605433848|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 056ee005-132a-472c-80ac-b8cb01ccebf4 ASDC
2022-08-31T05:30:26.235Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a1855c33-de08-420b-80c7-e70e6615d9fa
ServiceName:Demo_pNF_SMpoWJYkLYTpA3hc3HYQ
ServiceVersion:1.0
ServiceUUID:056ee005-132a-472c-80ac-b8cb01ccebf4
ServiceInvariantUUID:eb718f21-27fe-4a09-8147-413f75fde1a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
ArtifactUUID:d2bf1c11-f135-4ec7-b1cf-64cb6a2e408f
ArtifactChecksum:MGIzMGEyNzM1YzVmODc3YjZhYjliNGZmYjgxZDkzNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b505f7a3-2364 0
ResourceCustomizationUUID:b0b69498-880d-4401-a381-75a99dca242e
ResourceInvariantUUID:546965c2-803a-4b52-9e07-58cff8bbf3b8
ResourceName:pNF b505f7a3-2364
ResourceType:PNF
ResourceUUID:f7ac7efa-ac46-4478-aa14-71ba0a5794b3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T05:30:26.235Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 056ee005-132a-472c-80ac-b8cb01ccebf4 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-08-31T05:30:26.279Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:30:26.280Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:30:26.280Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:30:26.280Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Trying to download the artifact UUID: d2bf1c11-f135-4ec7-b1cf-64cb6a2e408f from URL: /sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:26.280Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:30:26.280Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:26.352Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:30:26.356Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar d2bf1c11-f135-4ec7-b1cf-64cb6a2e408f 82657
2022-08-31T05:30:26.357Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar ASDC sendASDCNotification
2022-08-31T05:30:26.357Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:26.357Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:30:26.357Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:26.359Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:26.359Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923826356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:30:26.459Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:26.460Z||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-08-31T05:30:26.460Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:26.472Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:26.473Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:30:27.359Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:30:27.361Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:30:27.361Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Trying to write artifact UUID: d2bf1c11-f135-4ec7-b1cf-64cb6a2e408f, URL: /sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar to file: /app/ASDC/1/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:27.361Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:27.362Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:27.362Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:27.475Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP415814884213192238/Definitions/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml
2022-08-31T05:30:28.169Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:30:28.170Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|WARN|500||####################################################################################################
2022-08-31T05:30:28.170Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.170Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T05:30:28.170Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b505f7a3-2364 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-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.170Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.170Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.170Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.170Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.171Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.171Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.171Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|WARN|500||####################################################################################################
2022-08-31T05:30:28.171Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.171Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.171Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Node template pNF b505f7a3-2364 0 is matching search criteria
2022-08-31T05:30:28.171Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:30:28.172Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Found topology templates [pNF b505f7a3-2364 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:30:28.172Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.172Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.172Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Node template pNF b505f7a3-2364 0 is matching search criteria
2022-08-31T05:30:28.172Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:30:28.172Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Found topology templates [pNF b505f7a3-2364 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:30:28.172Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.172Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.173Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.173Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.173Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.173Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.173Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.173Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.173Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.174Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.174Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SMpoWJYkLYTpA3hc3HYQ
Description:catalog service description
Model UUID:056ee005-132a-472c-80ac-b8cb01ccebf4
Model Version:NULL
Model InvariantUuid:eb718f21-27fe-4a09-8147-413f75fde1a8
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-08-31T05:30:28.179Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f7ac7efa-ac46-4478-aa14-71ba0a5794b3
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-08-31T05:30:28.181Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||pNF b505f7a3-2364 0
2022-08-31T05:30:28.181Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f7ac7efa-ac46-4478-aa14-71ba0a5794b3
2022-08-31T05:30:28.181Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||No resources found for Service: 056ee005-132a-472c-80ac-b8cb01ccebf4
2022-08-31T05:30:28.181Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Preparing to deploy Service: 056ee005-132a-472c-80ac-b8cb01ccebf4
2022-08-31T05:30:28.182Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b505f7a3-2364 0 f7ac7efa-ac46-4478-aa14-71ba0a5794b3 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-08-31T05:30:28.185Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@323982c8, org.onap.sdc.toscaparser.api.parameters.Input@7389c54b, org.onap.sdc.toscaparser.api.parameters.Input@61271aa4, org.onap.sdc.toscaparser.api.parameters.Input@20c5bfbd, org.onap.sdc.toscaparser.api.parameters.Input@5e9446af]
2022-08-31T05:30:28.185Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.185Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.185Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500|| resourceSeq for service uuid 056ee005-132a-472c-80ac-b8cb01ccebf4: pNF b505f7a3-2364
2022-08-31T05:30:28.185Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Processing PNF resource: f7ac7efa-ac46-4478-aa14-71ba0a5794b3
2022-08-31T05:30:28.186Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:30:28.186Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Service Demo_pNF_SMpoWJYkLYTpA3hc3HYQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:30:28.186Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||Resource customization UUID: b0b69498-880d-4401-a381-75a99dca242e is the same as notified resource customizationUUID: b0b69498-880d-4401-a381-75a99dca242e
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-08-31T05:30:28.217Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b505f7a3-2364 f7ac7efa-ac46-4478-aa14-71ba0a5794b3 0 ASDC deployResourceStructure
2022-08-31T05:30:28.217Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar ASDC sendASDCNotification
2022-08-31T05:30:28.217Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar
2022-08-31T05:30:28.217Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:30:28.217Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:30:28.219Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:30:28.219Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923828217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:30:28.319Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:30:28.320Z||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-08-31T05:30:28.320Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:30:28.331Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:30:28.331Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:30:29.220Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1855c33-de08-420b-80c7-e70e6615d9fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:30:29.230Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1855c33-de08-420b-80c7-e70e6615d9fa
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-08-31T05:30:29.232Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:30:29.232Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:30:29.232Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:30:59.232Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1855c33-de08-420b-80c7-e70e6615d9fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:30:59.243Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1855c33-de08-420b-80c7-e70e6615d9fa
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-08-31T05:30:59.244Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:30:59.244Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:30:59.245Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:31:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:31:16.073Z||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-08-31T05:31:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:31:16.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:31:16.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923695038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923693994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923695038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923693994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923695038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923693994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923695038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923693994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923695038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923693994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923695038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923693994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:31:16.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923695038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923693994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661923698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923695038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:31:16.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923693994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923710385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923709485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923709982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923711990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923711530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923709485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923709982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "cds",
  "timestamp": 1661923712998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-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-08-31T05:31:16.131Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1855c33-de08-420b-80c7-e70e6615d9fa
2022-08-31T05:31:16.131Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1855c33-de08-420b-80c7-e70e6615d9fa 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-08-31T05:31:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661923712584,
  "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-08-31T05:31:16.142Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a1855c33-de08-420b-80c7-e70e6615d9fa
2022-08-31T05:31:16.142Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1855c33-de08-420b-80c7-e70e6615d9fa 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-08-31T05:31:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923709485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923713385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:31:16.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923709982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923709485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923709982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923714391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923709485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923709982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "policy-id",
  "timestamp": 1661923715393,
  "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-08-31T05:31:16.158Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1855c33-de08-420b-80c7-e70e6615d9fa
2022-08-31T05:31:16.159Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1855c33-de08-420b-80c7-e70e6615d9fa 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-08-31T05:31:16.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923709485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923709982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923716454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923709485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923709982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923709485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923709982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923718463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923718536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:31:16.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "clamp",
  "timestamp": 1661923719466,
  "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-08-31T05:31:16.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1855c33-de08-420b-80c7-e70e6615d9fa
2022-08-31T05:31:16.173Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1855c33-de08-420b-80c7-e70e6615d9fa 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-08-31T05:31:16.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923718980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:31:16.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923720783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:31:16.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661923721785,
  "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-08-31T05:31:16.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1855c33-de08-420b-80c7-e70e6615d9fa
2022-08-31T05:31:16.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1855c33-de08-420b-80c7-e70e6615d9fa 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-08-31T05:31:16.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923724780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:31:16.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:31:16.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:31:16.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "aai-ml",
  "timestamp": 1661923725784,
  "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-08-31T05:31:16.198Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a1855c33-de08-420b-80c7-e70e6615d9fa
2022-08-31T05:31:16.198Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1855c33-de08-420b-80c7-e70e6615d9fa 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-08-31T05:31:29.245Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1855c33-de08-420b-80c7-e70e6615d9fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:31:29.256Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1855c33-de08-420b-80c7-e70e6615d9fa
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-08-31T05:31:29.258Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:31:29.258Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:31:29.258Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:31:29.258Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:31:29.258Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T05:31:29.258Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:31:29.258Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?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-08-31T05:31:29.262Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:31:59.263Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a1855c33-de08-420b-80c7-e70e6615d9fa 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-08-31T05:31:59.270Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1855c33-de08-420b-80c7-e70e6615d9fa and serviceModelVersionId: 056ee005-132a-472c-80ac-b8cb01ccebf4
2022-08-31T05:31:59.270Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb718f21-27fe-4a09-8147-413f75fde1a8
2022-08-31T05:31:59.271Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0
2022-08-31T05:31:59.277Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64d87286-5164-4882-b3f2-fc097c0e7407/model-vers/model-ver/2171381f-100b-4b15-a9ff-7d2057f59389?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:31:59.317Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Invoke
2022-08-31T05:31:59.318Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7cffc47e-9547-43dd-98d9-80872afe8f34], X-ECOMP-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], X-TransactionId=[], X-ONAP-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], Content-Type=[application/merge-patch+json]}
2022-08-31T05:32:00.856Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Invoke
2022-08-31T05:32:00.857Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19c1e988-a97a-414c-9094-22b5d68b8bca], X-ECOMP-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], X-TransactionId=[], X-ONAP-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], Content-Type=[application/merge-patch+json]}
2022-08-31T05:32:02.393Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Invoke
2022-08-31T05:32:02.393Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[988f7ea6-da26-4250-9c75-925ffc3dc808], X-ECOMP-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], X-TransactionId=[], X-ONAP-RequestID=[a1855c33-de08-420b-80c7-e70e6615d9fa], Content-Type=[application/merge-patch+json]}
2022-08-31T05:32:03.436Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:32:03.437Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T05:32:03.437Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:32:03.437Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T05:32:03.441Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T05:32:03.441Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1855c33-de08-420b-80c7-e70e6615d9fa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:32:03.442Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:32:03.442Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:32:03.444Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:32:03.444Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923923442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:32:03.544Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:32:03.545Z||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-08-31T05:32:03.545Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:32:03.560Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:32:03.560Z||pool-142-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-08-31T05:32:04.456Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:32:04.457Z||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-08-31T05:32:04.457Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:32:14.010Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:32:14.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:32:14.011Z||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-08-31T05:32:14.012Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:32:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:32:16.073Z||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-08-31T05:32:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:32:16.099Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:32:16.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:32:16.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cab251e-d9ae-4a3e-b8bf-c5e605433848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923812776,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:32:16.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:32:23.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:32:23.559Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:32:23.559Z||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-08-31T05:32:23.559Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:32:33.106Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:32:33.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:32:33.107Z||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-08-31T05:32:33.108Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:32:42.662Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:32:42.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:32:42.664Z||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-08-31T05:32:42.664Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:32:52.202Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:32:52.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:32:52.203Z||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-08-31T05:32:52.203Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:33:01.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:33:01.747Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:33:01.747Z||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-08-31T05:33:01.747Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:33:11.324Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:33:11.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:33:11.325Z||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-08-31T05:33:11.325Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:33:16.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:33:16.073Z||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-08-31T05:33:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:33:16.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:33:16.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:33:16.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:33:16.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:33:16.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:33:16.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/resourceInstances/pnfb505f7a323640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923813791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923826356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923828217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpowjyklytpa3hc3hyq/1.0/artifacts/service-DemoPnfSmpowjyklytpa3hc3hyq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:33:16.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:33:20.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:33:20.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:33:20.898Z||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-08-31T05:33:20.898Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:33:30.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:16.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:34:16.071Z||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-08-31T05:34:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:34:16.073Z||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-08-31T05:34:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:16.113Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:16.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:34:16.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1855c33-de08-420b-80c7-e70e6615d9fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661923923442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:34:16.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:34:16.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:16.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-31T05:34:16.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bb8e23c-445c-4e6f-9128-fc509d952712","serviceName":"vFW 2022-08-31 05-32-25","serviceVersion":"1.0","serviceUUID":"830cf26e-7012-4350-9e96-7f660c83a360","serviceDescription":"catalog service description","serviceInvariantUUID":"4439d1ff-89d5-4e40-a1b3-fc23ed79767d","resources":[{"resourceInstanceName":"vFW ecc19fb0-ae3c 0","resourceName":"vFW ecc19fb0-ae3c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7a4d843-6855-463b-bc23-57a111957e73","resourceInvariantUUID":"6bf2b03e-5fb7-42e7-b4c0-63f35ce0d99d","resourceCustomizationUUID":"11021898-7e7b-4db1-8479-593b62efd87d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml","artifactChecksum":"ZjAwMjIzZDM5NjNkZmI1M2EyODQ5MGI5NjlhMmY2M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8031f5a-5186-4bcf-a5a6-66af46ef7f82","artifactVersion":"1"},{"artifactName":"vfwecc19fb0ae3c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json","artifactChecksum":"OWZhNjU3MmM2M2ExN2Y3Y2VhMDQ2ZGU1ODZkYWIyOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b214ddc-4598-445c-8e75-a5472633257f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2864d976-9af6-4d10-9a0f-701b7ba05d73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml","artifactChecksum":"Mzk0NTMyMDVkOWZlZmU2MzNiZWRlNjliZThkNWMwYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0f753d6-e1d4-452a-81da-b20b40d6aad7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bcd0c968-7264-482d-aed7-fa4d0b351992","artifactVersion":"2","generatedFromUUID":"2864d976-9af6-4d10-9a0f-701b7ba05d73"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220831053225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml","artifactChecksum":"YjM0MGNiMzk4ZjNjYzU4NGQyZGNmNWVlYmU1YTY4NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"203fad3e-613f-4719-88d3-22b966c8685f","artifactVersion":"1"},{"artifactName":"service-Vfw20220831053225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar","artifactChecksum":"OTlhNWE2YTc5ZTFhN2U1NTM4NTM1ZWUzZmJkNjEzN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2ea7135-11f7-46ec-90aa-68e7e1d68575","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:34:16.718Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:34:16.719Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:16.721Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:16.721Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:34:16.821Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:16.822Z||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-08-31T05:34:16.823Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:16.833Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:16.834Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:17.722Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:34:17.722Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:17.724Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:17.724Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:34:17.827Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-31T05:34:17.828Z||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-08-31T05:34:17.828Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:17.844Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:17.844Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:34:18.725Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:34:18.725Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:18.727Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:18.727Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:34:18.828Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:18.829Z||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-08-31T05:34:18.829Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:18.842Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:18.843Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:19.728Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:34:19.729Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:19.731Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:19.731Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:34:19.831Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:19.832Z||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-08-31T05:34:19.832Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:19.843Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:19.844Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:20.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:34:20.732Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:20.734Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:20.734Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:34:20.834Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:20.835Z||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-08-31T05:34:20.835Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:20.847Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:20.848Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:21.735Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:34:21.736Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:21.738Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:21.738Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:34:21.838Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:21.839Z||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-08-31T05:34:21.839Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:21.850Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:21.850Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:22.738Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:34:22.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:22.741Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:22.741Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:34:22.841Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:22.842Z||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-08-31T05:34:22.842Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:22.854Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:22.854Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:34:23.742Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "serviceName": "vFW 2022-08-31 05-32-25",
  "serviceVersion": "1.0",
  "serviceUUID": "830cf26e-7012-4350-9e96-7f660c83a360",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4439d1ff-89d5-4e40-a1b3-fc23ed79767d",
  "resources": [
    {
      "resourceInstanceName": "vFW ecc19fb0-ae3c 0",
      "resourceCustomizationUUID": "11021898-7e7b-4db1-8479-593b62efd87d",
      "resourceName": "vFW ecc19fb0-ae3c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e7a4d843-6855-463b-bc23-57a111957e73",
      "resourceInvariantUUID": "6bf2b03e-5fb7-42e7-b4c0-63f35ce0d99d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwecc19fb0ae3c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
          "artifactChecksum": "OWZhNjU3MmM2M2ExN2Y3Y2VhMDQ2ZGU1ODZkYWIyOTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b214ddc-4598-445c-8e75-a5472633257f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2864d976-9af6-4d10-9a0f-701b7ba05d73",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bcd0c968-7264-482d-aed7-fa4d0b351992",
            "generatedFromUUID": "2864d976-9af6-4d10-9a0f-701b7ba05d73"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bcd0c968-7264-482d-aed7-fa4d0b351992",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220831053225-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
      "artifactChecksum": "OTlhNWE2YTc5ZTFhN2U1NTM4NTM1ZWUzZmJkNjEzN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2ea7135-11f7-46ec-90aa-68e7e1d68575"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:34:23.742Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:34:23.742Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 830cf26e-7012-4350-9e96-7f660c83a360 ASDC
2022-08-31T05:34:23.743Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6bb8e23c-445c-4e6f-9128-fc509d952712
ServiceName:vFW 2022-08-31 05-32-25
ServiceVersion:1.0
ServiceUUID:830cf26e-7012-4350-9e96-7f660c83a360
ServiceInvariantUUID:4439d1ff-89d5-4e40-a1b3-fc23ed79767d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220831053225-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar
ArtifactUUID:e2ea7135-11f7-46ec-90aa-68e7e1d68575
ArtifactChecksum:OTlhNWE2YTc5ZTFhN2U1NTM4NTM1ZWUzZmJkNjEzN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ecc19fb0-ae3c 0
ResourceCustomizationUUID:11021898-7e7b-4db1-8479-593b62efd87d
ResourceInvariantUUID:6bf2b03e-5fb7-42e7-b4c0-63f35ce0d99d
ResourceName:vFW ecc19fb0-ae3c
ResourceType:VF
ResourceUUID:e7a4d843-6855-463b-bc23-57a111957e73
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwecc19fb0ae3c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json
ArtifactUUID:0b214ddc-4598-445c-8e75-a5472633257f
ArtifactChecksum:OWZhNjU3MmM2M2ExN2Y3Y2VhMDQ2ZGU1ODZkYWIyOTc=
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/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml
ArtifactUUID:2864d976-9af6-4d10-9a0f-701b7ba05d73
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/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env
ArtifactUUID:bcd0c968-7264-482d-aed7-fa4d0b351992
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/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env
ArtifactUUID:bcd0c968-7264-482d-aed7-fa4d0b351992
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:34:23.743Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 830cf26e-7012-4350-9e96-7f660c83a360 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-08-31T05:34:23.776Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:34:23.777Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-31T05:34:23.777Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-31T05:34:23.777Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e2ea7135-11f7-46ec-90aa-68e7e1d68575 from URL: /sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar
2022-08-31T05:34:23.777Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-31T05:34:23.777Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar
2022-08-31T05:34:23.903Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-31T05:34:23.908Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar e2ea7135-11f7-46ec-90aa-68e7e1d68575 99016
2022-08-31T05:34:23.908Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar ASDC sendASDCNotification
2022-08-31T05:34:23.908Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar
2022-08-31T05:34:23.908Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:34:23.909Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:23.910Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:23.910Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924063908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:34:24.011Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:34:24.012Z||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-08-31T05:34:24.012Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:24.026Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:24.026Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:24.911Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:34:24.913Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-31T05:34:24.913Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e2ea7135-11f7-46ec-90aa-68e7e1d68575, URL: /sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar to file: /app/ASDC/1/service-Vfw20220831053225-csar.csar
2022-08-31T05:34:24.913Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220831053225-csar.csar
2022-08-31T05:34:24.914Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220831053225-csar.csar
2022-08-31T05:34:24.914Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220831053225-csar.csar
2022-08-31T05:34:25.058Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12508099535237350415/Definitions/service-Vfw20220831053225-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-08-31T05:34:26.991Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:34:26.992Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-31T05:34:26.992Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.992Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-31T05:34:26.992Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.993Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.993Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.993Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.993Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.993Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.993Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.993Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.994Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.994Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.994Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ecc19fb0-ae3c 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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.994Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.994Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-Vfw20220831053225-csar.csar
2022-08-31T05:34:26.994Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-31T05:34:26.995Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:26.995Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:26.995Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:26.995Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-31T05:34:26.995Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:34:26.996Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:26.996Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:26.996Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:26.996Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-31T05:34:26.996Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:34:26.996Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:26.996Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:26.997Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:26.997Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is not matching search criteria
2022-08-31T05:34:26.997Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:34:26.997Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:34:26.997Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:26.997Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:26.998Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:34:26.998Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:26.998Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:34:26.998Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:34:26.998Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:34:26.998Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:26.999Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:26.999Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:34:26.999Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:26.999Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:34:26.999Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:26.999Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:34:27.000Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.000Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:34:27.000Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.000Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:27.000Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:34:27.001Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.001Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:27.001Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:34:27.001Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.001Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:27.001Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:34:27.002Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.002Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is not matching search criteria
2022-08-31T05:34:27.002Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:34:27.002Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:34:27.002Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:34:27.003Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:34:27.003Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:34:27.003Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:27.003Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:27.003Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:34:27.004Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:27.004Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:34:27.004Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:27.004Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=25718376-66da-47e0-a810-f888f7070b36
2022-08-31T05:34:27.004Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.005Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is not matching search criteria
2022-08-31T05:34:27.005Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:34:27.005Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:34:27.005Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:27.005Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:27.006Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:34:27.006Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:27.006Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:34:27.006Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:34:27.006Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:34:27.006Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:27.007Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:34:27.007Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:27.007Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=df15e661-7d2b-45f0-bf7d-6e7f3b788bb7
2022-08-31T05:34:27.007Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.007Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is not matching search criteria
2022-08-31T05:34:27.008Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:34:27.008Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:34:27.008Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:27.008Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:27.008Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:34:27.009Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:27.009Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:34:27.009Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:34:27.009Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:34:27.009Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:27.009Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:27.010Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:34:27.010Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f01cb67-73d1-4d3c-9a2c-5967744e62f5
2022-08-31T05:34:27.010Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.010Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:27.010Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.011Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:27.011Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.011Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:27.011Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:27.011Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:27.012Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-31 05-32-25
Description:catalog service description
Model UUID:830cf26e-7012-4350-9e96-7f660c83a360
Model Version:NULL
Model InvariantUuid:4439d1ff-89d5-4e40-a1b3-fc23ed79767d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ecc19fb0-ae3c
Model UUID:ad7b92e0-4cc4-46e0-86e9-5683c3f80286
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6bf2b03e-5fb7-42e7-b4c0-63f35ce0d99d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:11021898-7e7b-4db1-8479-593b62efd87d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e530c536-c604-4c7b-baf4-f02eb020b046
ModelName:VfwEcc19fb0Ae3c..base_vfw..module-0
ModelUuid:08f4e030-044f-44ae-ab09-0b8747773513
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:25718376-66da-47e0-a810-f888f7070b36
ModelInvariantUuid:c3320810-8252-465c-a1d4-24e34611a916
ModelName:vFW ecc19fb0-ae3c-nodes.vfwCvfc
ModelUuid:9b963317-1a71-463e-b4b2-1ce10c592e7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b848ded9-d00e-41a8-80e9-de67d867f9ca
ModelInvariantUuid:6100a62d-c5f7-477a-a389-7f0690d7a550
ModelName:VfwEcc19fb0Ae3c.compute.nodes.heat.vfw
ModelUuid:c388707e-2b8b-4584-be57-8e44872e2493
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:df15e661-7d2b-45f0-bf7d-6e7f3b788bb7
ModelInvariantUuid:46a8941a-5508-4757-bd9d-2c24542a7a1a
ModelName:vFW ecc19fb0-ae3c-nodes.vsnCvfc
ModelUuid:12a73efb-184b-4f98-b257-3c80be4417c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ad6221ac-2422-4ec3-8e93-4690a6195626
ModelInvariantUuid:ec70aff8-3025-4f6e-b20b-1c42bdc4da23
ModelName:VfwEcc19fb0Ae3c.compute.nodes.heat.vsn
ModelUuid:7b143374-db53-4902-b3e4-39b4d2d6786d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2f01cb67-73d1-4d3c-9a2c-5967744e62f5
ModelInvariantUuid:643c5163-6ecb-45a0-ab6a-f378aa71f40c
ModelName:vFW ecc19fb0-ae3c-nodes.vpgCvfc
ModelUuid:49a25bc7-7273-427e-bfaa-2ed319bb5fa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e1e109e8-61b2-4ca8-841a-f6c25c1da202
ModelInvariantUuid:f34851b0-2dab-4d01-bacd-dbcfb7f1bd73
ModelName:VfwEcc19fb0Ae3c.compute.nodes.heat.vpg
ModelUuid:6d8ab266-0825-45ed-a406-4768d66a2b32
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-08-31T05:34:27.018Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e7a4d843-6855-463b-bc23-57a111957e73
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-08-31T05:34:27.021Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||vFW ecc19fb0-ae3c 0
2022-08-31T05:34:27.021Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7a4d843-6855-463b-bc23-57a111957e73
2022-08-31T05:34:27.021Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b214ddc-4598-445c-8e75-a5472633257f from URL: /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json
2022-08-31T05:34:27.021Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-31T05:34:27.022Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json
2022-08-31T05:34:27.071Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-31T05:34:27.071Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json 0b214ddc-4598-445c-8e75-a5472633257f 785
2022-08-31T05:34:27.072Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json ASDC sendASDCNotification
2022-08-31T05:34:27.072Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json
2022-08-31T05:34:27.072Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:34:27.072Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:27.074Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:27.074Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924067072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:34:27.175Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:34:27.175Z||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-08-31T05:34:27.175Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:27.194Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:27.195Z||pool-151-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:28.075Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEcc19fb0Ae3c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e530c536-c604-4c7b-baf4-f02eb020b046",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08f4e030-044f-44ae-ab09-0b8747773513",
    "vfModuleModelCustomizationUUID": "8738d7ef-97f6-458c-be0f-8afbd29fd328",
    "isBase": true,
    "artifacts": [
      "2864d976-9af6-4d10-9a0f-701b7ba05d73",
      "bcd0c968-7264-482d-aed7-fa4d0b351992"
    ],
    "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-08-31T05:34:28.079Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEcc19fb0Ae3c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08f4e030-044f-44ae-ab09-0b8747773513
VfModuleModelInvariantUUID:e530c536-c604-4c7b-baf4-f02eb020b046
VfModuleModelDescription:NULL
Artifacts UUID List:{
2864d976-9af6-4d10-9a0f-701b7ba05d73
,
bcd0c968-7264-482d-aed7-fa4d0b351992

}
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-08-31T05:34:28.081Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEcc19fb0Ae3c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e530c536-c604-4c7b-baf4-f02eb020b046",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08f4e030-044f-44ae-ab09-0b8747773513",
    "vfModuleModelCustomizationUUID": "8738d7ef-97f6-458c-be0f-8afbd29fd328",
    "isBase": true,
    "artifacts": [
      "2864d976-9af6-4d10-9a0f-701b7ba05d73",
      "bcd0c968-7264-482d-aed7-fa4d0b351992"
    ],
    "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-08-31T05:34:28.081Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEcc19fb0Ae3c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08f4e030-044f-44ae-ab09-0b8747773513
VfModuleModelInvariantUUID:e530c536-c604-4c7b-baf4-f02eb020b046
VfModuleModelDescription:NULL
Artifacts UUID List:{
2864d976-9af6-4d10-9a0f-701b7ba05d73
,
bcd0c968-7264-482d-aed7-fa4d0b351992

}
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-08-31T05:34:28.081Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2864d976-9af6-4d10-9a0f-701b7ba05d73 from URL: /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml
2022-08-31T05:34:28.081Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-31T05:34:28.082Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml
2022-08-31T05:34:28.137Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-31T05:34:28.138Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml 2864d976-9af6-4d10-9a0f-701b7ba05d73 20368
2022-08-31T05:34:28.138Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:34:28.138Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml
2022-08-31T05:34:28.138Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:34:28.139Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:28.141Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:28.141Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924068138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:34:28.241Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:28.242Z||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-08-31T05:34:28.242Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:28.254Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:28.254Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:29.142Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bcd0c968-7264-482d-aed7-fa4d0b351992 from URL: /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env
2022-08-31T05:34:29.143Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-31T05:34:29.143Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env
2022-08-31T05:34:29.234Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-31T05:34:29.234Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env bcd0c968-7264-482d-aed7-fa4d0b351992 2098
2022-08-31T05:34:29.235Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:34:29.235Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env
2022-08-31T05:34:29.235Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:34:29.235Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:29.237Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:29.237Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924069235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:34:29.337Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:34:29.338Z||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-08-31T05:34:29.338Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:29.350Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:29.350Z||pool-153-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:30.238Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 830cf26e-7012-4350-9e96-7f660c83a360
2022-08-31T05:34:30.240Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ecc19fb0-ae3c 0 e7a4d843-6855-463b-bc23-57a111957e73 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-08-31T05:34:30.259Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11c59155, org.onap.sdc.toscaparser.api.parameters.Input@51815a6b, org.onap.sdc.toscaparser.api.parameters.Input@170cbc8c, org.onap.sdc.toscaparser.api.parameters.Input@c7c1846, org.onap.sdc.toscaparser.api.parameters.Input@310e6fa5]
2022-08-31T05:34:30.260Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.261Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:30.262Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-31T05:34:30.262Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 11021898-7e7b-4db1-8479-593b62efd87d
2022-08-31T05:34:30.263Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11021898-7e7b-4db1-8479-593b62efd87d matches Tosca VF Customization UUID: 11021898-7e7b-4db1-8479-593b62efd87d
2022-08-31T05:34:30.263Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 11021898-7e7b-4db1-8479-593b62efd87d  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-08-31T05:34:30.267Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.267Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:30.268Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 11021898-7e7b-4db1-8479-593b62efd87d: {\"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-08-31T05:34:30.268Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@744f8590
2022-08-31T05:34:30.268Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.269Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:34:30.269Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8738d7ef-97f6-458c-be0f-8afbd29fd328
2022-08-31T05:34:30.269Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8738d7ef-97f6-458c-be0f-8afbd29fd328
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-08-31T05:34:30.272Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.272Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:30.273Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:34:30.273Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.273Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:30.273Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:34:30.274Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.274Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is not matching search criteria
2022-08-31T05:34:30.274Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:34:30.274Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:34:30.274Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:34:30.275Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:34:30.275Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:34:30.275Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:30.275Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:30.275Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:34:30.276Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:30.276Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:34:30.276Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:30.276Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=25718376-66da-47e0-a810-f888f7070b36
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-08-31T05:34:30.281Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.282Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:30.282Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:34:30.282Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.282Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is not matching search criteria
2022-08-31T05:34:30.282Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:34:30.283Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:34:30.283Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:30.283Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:30.283Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:34:30.283Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:30.284Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:34:30.284Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:34:30.284Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:34:30.284Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:30.285Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:34:30.285Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:30.285Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=df15e661-7d2b-45f0-bf7d-6e7f3b788bb7
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-08-31T05:34:30.287Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.287Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:30.287Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:34:30.288Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.288Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is not matching search criteria
2022-08-31T05:34:30.288Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:34:30.288Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:34:30.289Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:30.289Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:30.289Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:34:30.289Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:34:30.289Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:34:30.290Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:34:30.290Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:34:30.290Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:34:30.290Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:34:30.290Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:34:30.291Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f01cb67-73d1-4d3c-9a2c-5967744e62f5
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-08-31T05:34:30.292Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.293Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:30.293Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:34:30.293Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.293Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Node template vFW ecc19fb0-ae3c 0 is matching search criteria
2022-08-31T05:34:30.293Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ecc19fb0-ae3c 0] matching following query criteria: sdcType=VF, customizationUUID=11021898-7e7b-4db1-8479-593b62efd87d
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-08-31T05:34:30.295Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.295Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:30.295Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 830cf26e-7012-4350-9e96-7f660c83a360: vFW ecc19fb0-ae3c
2022-08-31T05:34:30.296Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.296Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:30.296Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.296Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:30.296Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.297Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:30.297Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.297Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:30.297Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:34:30.297Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-31 05-32-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:34:30.298Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-31 05-32-25 
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-08-31T05:34:30.466Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ecc19fb0-ae3c e7a4d843-6855-463b-bc23-57a111957e73 1 ASDC deployResourceStructure
2022-08-31T05:34:30.466Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json ASDC sendASDCNotification
2022-08-31T05:34:30.467Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json
2022-08-31T05:34:30.467Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:34:30.467Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:30.468Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:30.469Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924070466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:34:30.569Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:30.570Z||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-08-31T05:34:30.571Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:30.584Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:30.584Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:34:31.469Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:34:31.470Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml
2022-08-31T05:34:31.470Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:34:31.470Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:31.472Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:31.472Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924071469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:34:31.572Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:31.573Z||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-08-31T05:34:31.573Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:31.586Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:31.586Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:32.473Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:34:32.473Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env
2022-08-31T05:34:32.473Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:34:32.474Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:32.475Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:32.475Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924072473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:34:32.576Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:32.576Z||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-08-31T05:34:32.577Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:32.588Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:32.589Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:34:33.476Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar ASDC sendASDCNotification
2022-08-31T05:34:33.477Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar
2022-08-31T05:34:33.477Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:34:33.477Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:34:33.479Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:34:33.479Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924073476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:34:33.580Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:34:33.580Z||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-08-31T05:34:33.581Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:34:33.592Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:34:33.592Z||pool-157-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:34:34.480Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:34:34.492Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
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-08-31T05:34:34.494Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:34:34.494Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:34:34.494Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:35:04.495Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:35:04.507Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
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-08-31T05:35:04.509Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:35:04.509Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:35:04.509Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:35:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:35:16.074Z||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-08-31T05:35:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:35:16.109Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:35:16.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924033117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924033995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924033117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924033995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924038720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924033117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924033995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924038720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924039485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924033117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924033995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924039988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924038720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924039485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924033117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924033995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924039988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924038720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924039485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924033117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924033995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924039988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924038720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924039485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924033117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924033995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924039988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924038720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924039485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924044530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924045517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:35:16.126Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924039988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924038720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924039485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924044530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "cds",
  "timestamp": 1661924046526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-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-08-31T05:35:16.141Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bb8e23c-445c-4e6f-9128-fc509d952712
2022-08-31T05:35:16.142Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb8e23c-445c-4e6f-9128-fc509d952712 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-08-31T05:35:16.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924039988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924046522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924039485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924044530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924039988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924047603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924047289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924044530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924047751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924048679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924044530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924049713,
  "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-08-31T05:35:16.161Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bb8e23c-445c-4e6f-9128-fc509d952712
2022-08-31T05:35:16.161Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb8e23c-445c-4e6f-9128-fc509d952712 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-08-31T05:35:16.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924044530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924050718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:35:16.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924044530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924050977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:35:16.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924052287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:35:16.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924051981,
  "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-08-31T05:35:16.176Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bb8e23c-445c-4e6f-9128-fc509d952712
2022-08-31T05:35:16.176Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb8e23c-445c-4e6f-9128-fc509d952712 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-08-31T05:35:16.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924053291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:35:16.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:35:16.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "policy-id",
  "timestamp": 1661924054294,
  "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-08-31T05:35:16.189Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bb8e23c-445c-4e6f-9128-fc509d952712
2022-08-31T05:35:16.189Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb8e23c-445c-4e6f-9128-fc509d952712 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-08-31T05:35:16.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924055038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:35:16.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:16.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:35:16.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924055038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:35:16.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:35:34.510Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:35:34.522Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
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-08-31T05:35:34.524Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:35:34.524Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:35:34.524Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:36:04.524Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:36:04.536Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
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-08-31T05:36:04.538Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:36:04.538Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:36:04.538Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:36:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:36:16.074Z||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-08-31T05:36:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:36:16.607Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:36:16.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:36:16.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924055038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:36:16.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:36:16.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924055038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924055038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924059369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924055038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "aai-ml",
  "timestamp": 1661924060372,
  "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-08-31T05:36:16.620Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6bb8e23c-445c-4e6f-9128-fc509d952712
2022-08-31T05:36:16.620Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb8e23c-445c-4e6f-9128-fc509d952712 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-08-31T05:36:16.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:36:16.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924055038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924056070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:36:16.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924063908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924067072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924068138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924069235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:36:16.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924070466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/vfwecc19fb0ae3c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924071469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924072613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924072473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/resourceInstances/vfwecc19fb0ae3c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:36:16.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924073476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:36:16.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924074532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831053225/1.0/artifacts/service-Vfw20220831053225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:36:16.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:36:16.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:36:16.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "clamp",
  "timestamp": 1661924075535,
  "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-08-31T05:36:16.637Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bb8e23c-445c-4e6f-9128-fc509d952712
2022-08-31T05:36:16.637Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb8e23c-445c-4e6f-9128-fc509d952712 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-08-31T05:36:34.539Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:36:34.552Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712
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-08-31T05:36:34.554Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:36:34.555Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:36:34.555Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:36:34.555Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:36:34.555Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:36:34.555Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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-08-31T05:36:34.560Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:37:04.560Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bb8e23c-445c-4e6f-9128-fc509d952712 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-08-31T05:37:04.569Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bb8e23c-445c-4e6f-9128-fc509d952712 and serviceModelVersionId: 830cf26e-7012-4350-9e96-7f660c83a360
2022-08-31T05:37:04.569Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4439d1ff-89d5-4e40-a1b3-fc23ed79767d
2022-08-31T05:37:04.571Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0
2022-08-31T05:37:04.580Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:37:04.632Z|6bb8e23c-445c-4e6f-9128-fc509d952712|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/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-08-31T05:37:04.634Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Invoke
2022-08-31T05:37:06.168Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-08-31T05:37:06.170Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Invoke
2022-08-31T05:37:07.704Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-08-31T05:37:07.706Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Invoke
2022-08-31T05:37:08.738Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:37:08.739Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-08-31T05:37:08.740Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:37:08.740Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-08-31T05:37:08.747Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-08-31T05:37:08.747Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bb8e23c-445c-4e6f-9128-fc509d952712 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:37:08.747Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:37:08.748Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:08.751Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:08.751Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924228747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:37:08.851Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:08.852Z||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-08-31T05:37:08.852Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:08.869Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:08.870Z||pool-158-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:37:09.765Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:37:09.766Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-08-31T05:37:09.766Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:14.301Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:14.302Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||received message from topic
2022-08-31T05:37:14.303Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ec70edda-7cb7-486a-ac9f-39e6ac49d4c6","serviceName":"Demo_pNF_acHwfmMNiDnnj4viwrDs","serviceVersion":"1.0","serviceUUID":"edc714ff-944b-4f07-bfff-b95add3bbe58","serviceDescription":"catalog service description","serviceInvariantUUID":"7ffb533e-fae7-4cff-b03f-d96402fe8db8","resources":[{"resourceInstanceName":"pNF 492e5bdb-0a80 0","resourceName":"pNF 492e5bdb-0a80","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b2d61f35-f6f1-4a19-b451-2bd3d3a1a308","resourceInvariantUUID":"e43f740f-b826-42d4-818a-cbb53af58f41","resourceCustomizationUUID":"fa7e2b5c-c056-45b2-9394-b2ee4ecaad6a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml","artifactChecksum":"OTBjZTk1MDU4MmMyYjFhYTQwYWJiYmRkM2E3YjhmOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b44505eb-530b-4f1a-8c2b-e196aada34a1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfd9d5ff-5527-4947-a2b1-7eddc2c2afb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb4ae63b-f868-4cb5-9b0f-b5f460ed116f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml","artifactChecksum":"YThhN2JlNDUzYzA2MDUyYzA5NjZiZWRlNzY1OTZkN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3dcaa28b-b73b-4d1d-9bc3-dff1be7b254c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eff4777c-6d75-4356-b347-3eb0a273981a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71b184bb-020b-4334-9686-a6327747caee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAchwfmmnidnnj4viwrds-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml","artifactChecksum":"ZTRkYzQ2OWNkMDU0ZjdiNzNjMTMwNTQzYjUwYzA0ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d12dc08c-b3c8-41a6-a6dc-1673ec63560b","artifactVersion":"1"},{"artifactName":"service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar","artifactChecksum":"MDg5NGZjMWI3Mjg2ZjU1OWYxOWZhMmMwNTRlNDhiOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bee5457-5e14-445f-95cb-c2c255a65afb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:37:14.305Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:37:14.306Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:14.307Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:14.308Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:14.408Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:14.409Z||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-08-31T05:37:14.409Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:14.421Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:14.421Z||pool-159-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:37:15.308Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:37:15.309Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:15.312Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:15.312Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:15.414Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:37:15.414Z||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-08-31T05:37:15.414Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:15.427Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:15.428Z||pool-160-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:37:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:37:16.073Z||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-08-31T05:37:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:16.313Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:37:16.315Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:16.317Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:16.318Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.418Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:16.418Z||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-08-31T05:37:16.419Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:16.432Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:16.432Z||pool-161-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:37:16.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:16.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924189485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924193995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924189980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924198117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924189485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924189980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924193995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924198117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924189485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924189980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924193995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924198117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924189485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924189980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924193995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924198117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924189485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924189980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924193995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924198117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924189485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924189980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924193995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:37:16.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924198117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924189485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924189980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924193995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924198117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924189485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:37:16.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924189980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:37:16.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924193995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924198117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:37:16.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924205038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924205615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:37:16.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924205658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:37:16.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924206281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:37:16.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924206851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:37:16.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924205038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924198719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:37:16.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "cds",
  "timestamp": 1661924207856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-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-08-31T05:37:16.494Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
2022-08-31T05:37:16.494Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 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-08-31T05:37:16.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924207381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:37:16.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924205038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924207526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:37:16.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924208385,
  "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-08-31T05:37:16.508Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
2022-08-31T05:37:16.508Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 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-08-31T05:37:16.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924205038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924208530,
  "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-08-31T05:37:16.522Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
2022-08-31T05:37:16.522Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 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-08-31T05:37:16.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924205038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924205038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924205038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924204530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924211813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924205038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924213447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:37:16.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "aai-ml",
  "timestamp": 1661924212817,
  "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-08-31T05:37:16.538Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
2022-08-31T05:37:16.538Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 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-08-31T05:37:16.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924214452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:37:16.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "policy-id",
  "timestamp": 1661924215455,
  "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-08-31T05:37:16.551Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
2022-08-31T05:37:16.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 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-08-31T05:37:16.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924225547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:37:16.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924227554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:37:16.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "clamp",
  "timestamp": 1661924228558,
  "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-08-31T05:37:16.567Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
2022-08-31T05:37:16.567Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 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-08-31T05:37:16.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb8e23c-445c-4e6f-9128-fc509d952712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924228747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:37:16.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:37:16.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:16.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:37:16.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:16.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:37:17.318Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:37:17.319Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:17.321Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:17.321Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:17.421Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:37:17.422Z||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-08-31T05:37:17.422Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:17.438Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:17.438Z||pool-162-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:37:18.322Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:37:18.323Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:18.325Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:18.326Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:18.426Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:18.427Z||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-08-31T05:37:18.427Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:18.441Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:18.441Z||pool-163-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:37:19.326Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:37:19.327Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:19.329Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:19.329Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:19.429Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:19.430Z||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-08-31T05:37:19.430Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:19.443Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:19.444Z||pool-164-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:37:20.329Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:37:20.330Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:20.332Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:20.333Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:37:20.433Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:20.434Z||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-08-31T05:37:20.434Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:20.450Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:20.450Z||pool-165-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:37:21.333Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:37:21.334Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:21.337Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:21.337Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:37:21.437Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:21.438Z||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-08-31T05:37:21.438Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:21.451Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:21.451Z||pool-166-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:37:22.338Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "serviceName": "Demo_pNF_acHwfmMNiDnnj4viwrDs",
  "serviceVersion": "1.0",
  "serviceUUID": "edc714ff-944b-4f07-bfff-b95add3bbe58",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7ffb533e-fae7-4cff-b03f-d96402fe8db8",
  "resources": [
    {
      "resourceInstanceName": "pNF 492e5bdb-0a80 0",
      "resourceCustomizationUUID": "fa7e2b5c-c056-45b2-9394-b2ee4ecaad6a",
      "resourceName": "pNF 492e5bdb-0a80",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b2d61f35-f6f1-4a19-b451-2bd3d3a1a308",
      "resourceInvariantUUID": "e43f740f-b826-42d4-818a-cbb53af58f41",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
      "artifactChecksum": "MDg5NGZjMWI3Mjg2ZjU1OWYxOWZhMmMwNTRlNDhiOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7bee5457-5e14-445f-95cb-c2c255a65afb"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:37:22.339Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:37:22.339Z|6bb8e23c-445c-4e6f-9128-fc509d952712|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 edc714ff-944b-4f07-bfff-b95add3bbe58 ASDC
2022-08-31T05:37:22.339Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
ServiceName:Demo_pNF_acHwfmMNiDnnj4viwrDs
ServiceVersion:1.0
ServiceUUID:edc714ff-944b-4f07-bfff-b95add3bbe58
ServiceInvariantUUID:7ffb533e-fae7-4cff-b03f-d96402fe8db8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
ArtifactUUID:7bee5457-5e14-445f-95cb-c2c255a65afb
ArtifactChecksum:MDg5NGZjMWI3Mjg2ZjU1OWYxOWZhMmMwNTRlNDhiOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 492e5bdb-0a80 0
ResourceCustomizationUUID:fa7e2b5c-c056-45b2-9394-b2ee4ecaad6a
ResourceInvariantUUID:e43f740f-b826-42d4-818a-cbb53af58f41
ResourceName:pNF 492e5bdb-0a80
ResourceType:PNF
ResourceUUID:b2d61f35-f6f1-4a19-b451-2bd3d3a1a308
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T05:37:22.340Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF edc714ff-944b-4f07-bfff-b95add3bbe58 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-08-31T05:37:22.364Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:37:22.365Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:37:22.365Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:37:22.365Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Trying to download the artifact UUID: 7bee5457-5e14-445f-95cb-c2c255a65afb from URL: /sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:22.365Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:37:22.366Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:22.521Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:37:22.525Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar 7bee5457-5e14-445f-95cb-c2c255a65afb 82625
2022-08-31T05:37:22.525Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar ASDC sendASDCNotification
2022-08-31T05:37:22.525Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:22.525Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:37:22.526Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:22.528Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:22.528Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924242525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:37:22.628Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:22.629Z||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-08-31T05:37:22.629Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:22.643Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:22.644Z||pool-167-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:37:23.529Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:37:23.530Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:37:23.531Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Trying to write artifact UUID: 7bee5457-5e14-445f-95cb-c2c255a65afb, URL: /sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar to file: /app/ASDC/1/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:23.531Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:23.531Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:23.532Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:23.695Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5877475143343584822/Definitions/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml
2022-08-31T05:37:24.636Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:37:24.637Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|WARN|500||####################################################################################################
2022-08-31T05:37:24.637Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.637Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T05:37:24.637Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.638Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.638Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.638Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.638Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.638Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.638Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 492e5bdb-0a80 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-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.639Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|WARN|500||####################################################################################################
2022-08-31T05:37:24.639Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.639Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.640Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Node template pNF 492e5bdb-0a80 0 is matching search criteria
2022-08-31T05:37:24.640Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:37:24.640Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Found topology templates [pNF 492e5bdb-0a80 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:37:24.640Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.641Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.641Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Node template pNF 492e5bdb-0a80 0 is matching search criteria
2022-08-31T05:37:24.641Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:37:24.641Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Found topology templates [pNF 492e5bdb-0a80 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:37:24.641Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.642Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.642Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.642Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.642Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.643Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.643Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.643Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.643Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.643Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.643Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_acHwfmMNiDnnj4viwrDs
Description:catalog service description
Model UUID:edc714ff-944b-4f07-bfff-b95add3bbe58
Model Version:NULL
Model InvariantUuid:7ffb533e-fae7-4cff-b03f-d96402fe8db8
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-08-31T05:37:24.649Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: b2d61f35-f6f1-4a19-b451-2bd3d3a1a308
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-08-31T05:37:24.651Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||pNF 492e5bdb-0a80 0
2022-08-31T05:37:24.652Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: b2d61f35-f6f1-4a19-b451-2bd3d3a1a308
2022-08-31T05:37:24.652Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||No resources found for Service: edc714ff-944b-4f07-bfff-b95add3bbe58
2022-08-31T05:37:24.652Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Preparing to deploy Service: edc714ff-944b-4f07-bfff-b95add3bbe58
2022-08-31T05:37:24.652Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 492e5bdb-0a80 0 b2d61f35-f6f1-4a19-b451-2bd3d3a1a308 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-08-31T05:37:24.658Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75899d3d, org.onap.sdc.toscaparser.api.parameters.Input@4a7e49d, org.onap.sdc.toscaparser.api.parameters.Input@5850d492, org.onap.sdc.toscaparser.api.parameters.Input@6c0eedcc, org.onap.sdc.toscaparser.api.parameters.Input@5557f505]
2022-08-31T05:37:24.658Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.658Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.659Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500|| resourceSeq for service uuid edc714ff-944b-4f07-bfff-b95add3bbe58: pNF 492e5bdb-0a80
2022-08-31T05:37:24.659Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Processing PNF resource: b2d61f35-f6f1-4a19-b451-2bd3d3a1a308
2022-08-31T05:37:24.659Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:37:24.660Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Service Demo_pNF_acHwfmMNiDnnj4viwrDs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:37:24.660Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||Resource customization UUID: fa7e2b5c-c056-45b2-9394-b2ee4ecaad6a is the same as notified resource customizationUUID: fa7e2b5c-c056-45b2-9394-b2ee4ecaad6a
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-08-31T05:37:24.692Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 492e5bdb-0a80 b2d61f35-f6f1-4a19-b451-2bd3d3a1a308 0 ASDC deployResourceStructure
2022-08-31T05:37:24.692Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar ASDC sendASDCNotification
2022-08-31T05:37:24.692Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar
2022-08-31T05:37:24.692Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:37:24.693Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:24.694Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:24.694Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924244692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:37:24.799Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-31T05:37:24.800Z||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-08-31T05:37:24.800Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:37:24.820Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:37:24.820Z||pool-168-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:37:25.696Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:37:25.707Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec70edda-7cb7-486a-ac9f-39e6ac49d4c6
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-08-31T05:37:25.710Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:37:25.710Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:37:25.710Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:37:25.710Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:37:25.710Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T05:37:25.711Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:37:25.711Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?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-08-31T05:37:25.715Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:37:55.716Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 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-08-31T05:37:55.723Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 and serviceModelVersionId: edc714ff-944b-4f07-bfff-b95add3bbe58
2022-08-31T05:37:55.724Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ffb533e-fae7-4cff-b03f-d96402fe8db8
2022-08-31T05:37:55.724Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0
2022-08-31T05:37:55.728Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4439d1ff-89d5-4e40-a1b3-fc23ed79767d/model-vers/model-ver/830cf26e-7012-4350-9e96-7f660c83a360?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:37:55.776Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Invoke
2022-08-31T05:37:55.776Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c75ace14-70ef-4416-9ee4-35cdfce0ecdc], X-ECOMP-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], X-TransactionId=[], X-ONAP-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], Content-Type=[application/merge-patch+json]}
2022-08-31T05:37:57.304Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Invoke
2022-08-31T05:37:57.304Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4d1ca0c-6bd3-4c77-9744-33a7fe769c04], X-ECOMP-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], X-TransactionId=[], X-ONAP-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], Content-Type=[application/merge-patch+json]}
2022-08-31T05:37:58.849Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Invoke
2022-08-31T05:37:58.850Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d979ae3f-f6a0-44d7-bfaa-6fc46ae90336], X-ECOMP-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], X-TransactionId=[], X-ONAP-RequestID=[ec70edda-7cb7-486a-ac9f-39e6ac49d4c6], Content-Type=[application/merge-patch+json]}
2022-08-31T05:37:59.875Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:37:59.876Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:37:59.877Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:37:59.877Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:37:59.883Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:37:59.883Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec70edda-7cb7-486a-ac9f-39e6ac49d4c6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:37:59.883Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:37:59.883Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:37:59.885Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:37:59.885Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924279883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:37:59.985Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:37:59.986Z||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-08-31T05:37:59.986Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:38:00.015Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:38:00.016Z||pool-169-thread-1|||||INFO|500||cambria reply ok (30 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-08-31T05:38:00.897Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:38:00.897Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:38:00.897Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:38:10.435Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:38:10.435Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:38:10.436Z||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-08-31T05:38:10.436Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:38:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:38:16.073Z||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-08-31T05:38:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:38:16.103Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:38:16.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-31T05:38:16.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:38:16.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:38:19.984Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:38:19.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:38:19.985Z||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-08-31T05:38:19.986Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:38:29.521Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:39:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:39:16.070Z||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-08-31T05:39:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:39:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:39:16.073Z||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-08-31T05:39:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:39:16.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:39:16.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:39:16.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:39:16.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:39:16.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:39:16.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:39:16.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/resourceInstances/pnf492e5bdb0a800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924229765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924242525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:39:16.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:39:16.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:39:16.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924244692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAchwfmmnidnnj4viwrds/1.0/artifacts/service-DemoPnfAchwfmmnidnnj4viwrds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:39:16.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:39:16.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:39:16.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec70edda-7cb7-486a-ac9f-39e6ac49d4c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924279883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:39:16.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:39:25.645Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:40:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:40:16.071Z||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-08-31T05:40:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:40:16.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:40:16.073Z||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-08-31T05:40:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:40:25.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:40:25.622Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:41:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:41:16.071Z||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-08-31T05:41:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:41:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:41:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T05:41:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:41:25.649Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:41:25.652Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:42:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:42:16.070Z||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-08-31T05:42:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:42:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:42:16.073Z||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-08-31T05:42:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:42:25.616Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:42:25.619Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:43:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:43:16.070Z||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-08-31T05:43:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:43:16.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:43:16.073Z||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-08-31T05:43:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:43:25.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:43:25.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:16.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:44:16.070Z||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-08-31T05:44:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:44:16.073Z||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-08-31T05:44:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:16.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:16.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:44:16.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924655038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:44:16.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:44:16.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:44:16.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924648117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:44:16.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:44:16.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T05:44:16.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924654007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:44:16.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:44:16.701Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:16.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-31T05:44:16.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c79b46b-7fa7-4270-af85-c0f394e350b2","serviceName":"vFW 2022-08-31 05-42-33","serviceVersion":"1.0","serviceUUID":"a194de62-e4f0-4904-a18c-3ef662f2d31e","serviceDescription":"catalog service description","serviceInvariantUUID":"2e21bf5e-ab4c-483a-b3ce-a935ebb8641e","resources":[{"resourceInstanceName":"vFW c5b48401-79a3 0","resourceName":"vFW c5b48401-79a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59983a01-90cd-4907-968d-b8f83ce04a8e","resourceInvariantUUID":"0dba5fb5-570a-4080-a18f-93a87dc97a49","resourceCustomizationUUID":"abd76267-04bb-4b42-8ba9-24af17d6a13b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml","artifactChecksum":"Njc2NGY2M2NjMjUyZTAyMDk0MGM0YWQzNWMzYmM5ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b84d5b9-05e1-4eec-987b-d5e48075d37d","artifactVersion":"1"},{"artifactName":"vfwc5b4840179a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json","artifactChecksum":"YjViOWJjYjlhMzk3MzU5ZmE5Yzk0ZTc2ZmM3ZmFkZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"006028f9-0d48-4bb3-a34e-3b0dd175fa8a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce9627c6-ce3c-49d7-938d-a90128d63c5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml","artifactChecksum":"NmNkMjA1YmU3MjJiZTAwOTg4OGMwYTVlMWY5MWYyNTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3408a84-8f9f-477d-b59c-c58897739ffd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d69793f3-bcc2-4b5d-8588-2c3c343cbce4","artifactVersion":"2","generatedFromUUID":"ce9627c6-ce3c-49d7-938d-a90128d63c5a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220831054233-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml","artifactChecksum":"MzI0ZGVjYTEzMTUxNjZiNTJjZDIyM2M3OGIxOTVkOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2edb5046-8bc9-4e98-bfd7-b85e3048e481","artifactVersion":"1"},{"artifactName":"service-Vfw20220831054233-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar","artifactChecksum":"NjY3NjY5MzlhM2ZlNWVhYmM5MGY3YTBjM2UwODFlZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"461a962c-99ba-41a6-9344-22b55949800a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:44:16.703Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:44:16.704Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:16.706Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:16.706Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:44:16.806Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:16.807Z||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-08-31T05:44:16.807Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:16.820Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:16.821Z||pool-170-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:17.706Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:44:17.707Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:17.710Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:17.710Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:44:17.810Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:17.811Z||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-08-31T05:44:17.811Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:17.832Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:17.833Z||pool-171-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:18.710Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:44:18.711Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:18.713Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:18.713Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:44:18.813Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:18.814Z||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-08-31T05:44:18.814Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:18.827Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:18.828Z||pool-172-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:19.714Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:44:19.714Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:19.716Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:19.716Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:44:19.817Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:19.818Z||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-08-31T05:44:19.818Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:19.846Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:19.847Z||pool-173-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:44:20.717Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:44:20.718Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:20.719Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:20.720Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:44:20.820Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:20.821Z||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-08-31T05:44:20.821Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:20.831Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:20.832Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:44:21.720Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:44:21.721Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:21.723Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:21.723Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:44:21.823Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:21.824Z||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-08-31T05:44:21.824Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:21.849Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:21.849Z||pool-175-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:22.726Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:44:22.726Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:22.729Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:22.729Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:44:22.829Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:22.829Z||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-08-31T05:44:22.830Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:22.885Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:22.885Z||pool-176-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:23.730Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "serviceName": "vFW 2022-08-31 05-42-33",
  "serviceVersion": "1.0",
  "serviceUUID": "a194de62-e4f0-4904-a18c-3ef662f2d31e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2e21bf5e-ab4c-483a-b3ce-a935ebb8641e",
  "resources": [
    {
      "resourceInstanceName": "vFW c5b48401-79a3 0",
      "resourceCustomizationUUID": "abd76267-04bb-4b42-8ba9-24af17d6a13b",
      "resourceName": "vFW c5b48401-79a3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "59983a01-90cd-4907-968d-b8f83ce04a8e",
      "resourceInvariantUUID": "0dba5fb5-570a-4080-a18f-93a87dc97a49",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc5b4840179a30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
          "artifactChecksum": "YjViOWJjYjlhMzk3MzU5ZmE5Yzk0ZTc2ZmM3ZmFkZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "006028f9-0d48-4bb3-a34e-3b0dd175fa8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce9627c6-ce3c-49d7-938d-a90128d63c5a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d69793f3-bcc2-4b5d-8588-2c3c343cbce4",
            "generatedFromUUID": "ce9627c6-ce3c-49d7-938d-a90128d63c5a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d69793f3-bcc2-4b5d-8588-2c3c343cbce4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220831054233-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
      "artifactChecksum": "NjY3NjY5MzlhM2ZlNWVhYmM5MGY3YTBjM2UwODFlZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "461a962c-99ba-41a6-9344-22b55949800a"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:44:23.730Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:44:23.731Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a194de62-e4f0-4904-a18c-3ef662f2d31e ASDC
2022-08-31T05:44:23.731Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8c79b46b-7fa7-4270-af85-c0f394e350b2
ServiceName:vFW 2022-08-31 05-42-33
ServiceVersion:1.0
ServiceUUID:a194de62-e4f0-4904-a18c-3ef662f2d31e
ServiceInvariantUUID:2e21bf5e-ab4c-483a-b3ce-a935ebb8641e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220831054233-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar
ArtifactUUID:461a962c-99ba-41a6-9344-22b55949800a
ArtifactChecksum:NjY3NjY5MzlhM2ZlNWVhYmM5MGY3YTBjM2UwODFlZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c5b48401-79a3 0
ResourceCustomizationUUID:abd76267-04bb-4b42-8ba9-24af17d6a13b
ResourceInvariantUUID:0dba5fb5-570a-4080-a18f-93a87dc97a49
ResourceName:vFW c5b48401-79a3
ResourceType:VF
ResourceUUID:59983a01-90cd-4907-968d-b8f83ce04a8e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc5b4840179a30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json
ArtifactUUID:006028f9-0d48-4bb3-a34e-3b0dd175fa8a
ArtifactChecksum:YjViOWJjYjlhMzk3MzU5ZmE5Yzk0ZTc2ZmM3ZmFkZWM=
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/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml
ArtifactUUID:ce9627c6-ce3c-49d7-938d-a90128d63c5a
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/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env
ArtifactUUID:d69793f3-bcc2-4b5d-8588-2c3c343cbce4
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/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env
ArtifactUUID:d69793f3-bcc2-4b5d-8588-2c3c343cbce4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:44:23.731Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a194de62-e4f0-4904-a18c-3ef662f2d31e 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-08-31T05:44:23.766Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:44:23.767Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-31T05:44:23.767Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-31T05:44:23.767Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 461a962c-99ba-41a6-9344-22b55949800a from URL: /sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:23.767Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-31T05:44:23.767Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:23.831Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-31T05:44:23.836Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar 461a962c-99ba-41a6-9344-22b55949800a 98999
2022-08-31T05:44:23.837Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar ASDC sendASDCNotification
2022-08-31T05:44:23.837Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:23.837Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:44:23.837Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:23.839Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:23.839Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924663837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:44:23.942Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-31T05:44:23.943Z||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-08-31T05:44:23.943Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:23.961Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:23.961Z||pool-177-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:24.840Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:44:24.841Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-31T05:44:24.841Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 461a962c-99ba-41a6-9344-22b55949800a, URL: /sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar to file: /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:24.842Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220831054233-csar.csar
2022-08-31T05:44:24.842Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:24.842Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:25.009Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6357784468761923574/Definitions/service-Vfw20220831054233-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_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_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-08-31T05:44:26.839Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:44:26.840Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-31T05:44:26.840Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.841Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-31T05:44:26.841Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||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-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.841Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||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-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.841Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c5b48401-79a3 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-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.842Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.842Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.842Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.842Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||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-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.843Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.843Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||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-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.843Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.843Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.844Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.844Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:26.844Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-31T05:44:26.844Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.845Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:26.845Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:26.845Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-31T05:44:26.846Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:44:26.846Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.846Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:26.847Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:26.847Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-31T05:44:26.847Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:44:26.848Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.848Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:26.848Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.849Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is not matching search criteria
2022-08-31T05:44:26.849Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:44:26.849Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:44:26.849Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:44:26.850Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.850Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.850Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.850Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:44:26.851Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:44:26.851Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:44:26.851Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.852Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.852Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:44:26.852Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.852Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:44:26.853Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.853Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:44:26.853Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.853Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:44:26.854Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.854Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:26.854Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:44:26.855Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.855Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:26.855Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:44:26.855Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.866Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:26.867Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:44:26.867Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.868Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is not matching search criteria
2022-08-31T05:44:26.868Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:44:26.868Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:44:26.868Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:44:26.869Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:44:26.869Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:44:26.869Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.869Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.870Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:44:26.870Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.870Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:44:26.871Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.871Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf57cf9e-1ab4-4ff7-923b-7471c1b0d01c
2022-08-31T05:44:26.871Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.871Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is not matching search criteria
2022-08-31T05:44:26.872Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:44:26.872Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:44:26.872Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:44:26.873Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.873Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.873Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.873Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:44:26.874Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:44:26.874Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:44:26.874Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.874Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:44:26.875Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.875Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=64f05c7c-3699-4846-afbc-ca8d99a7f7ac
2022-08-31T05:44:26.875Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.876Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is not matching search criteria
2022-08-31T05:44:26.876Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:44:26.876Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:44:26.876Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:44:26.877Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.877Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.877Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.877Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:44:26.878Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:44:26.878Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:44:26.878Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:26.879Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:26.879Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:44:26.879Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9e67bddf-59cd-4ca6-a7f9-0305543a63e7
2022-08-31T05:44:26.879Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.880Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:26.880Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.880Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:26.880Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.881Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:26.881Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:26.881Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:26.882Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-31 05-42-33
Description:catalog service description
Model UUID:a194de62-e4f0-4904-a18c-3ef662f2d31e
Model Version:NULL
Model InvariantUuid:2e21bf5e-ab4c-483a-b3ce-a935ebb8641e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c5b48401-79a3
Model UUID:85701909-ac77-4325-bbb6-9ae4c8795249
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0dba5fb5-570a-4080-a18f-93a87dc97a49
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:abd76267-04bb-4b42-8ba9-24af17d6a13b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2cc911bf-6b2c-4728-9579-6f0364c23032
ModelName:VfwC5b4840179a3..base_vfw..module-0
ModelUuid:622843f7-e70b-4853-9aba-29d86ca96d19
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf57cf9e-1ab4-4ff7-923b-7471c1b0d01c
ModelInvariantUuid:b1921d1b-10b5-4859-8782-015b2461656c
ModelName:vFW c5b48401-79a3-nodes.vfwCvfc
ModelUuid:c9ab55ad-cc8d-4154-829b-1aa432afc6e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e6b2f017-c17f-40f9-beff-fd98a72a654b
ModelInvariantUuid:dbe03eb1-f91b-497f-ac55-7071fda503f5
ModelName:VfwC5b4840179a3.compute.nodes.heat.vfw
ModelUuid:cdc1288e-8cd7-4757-a5a7-900e3d22be8e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:64f05c7c-3699-4846-afbc-ca8d99a7f7ac
ModelInvariantUuid:6fd0d1f5-fc27-4158-a4e2-18be3a3fe1d1
ModelName:vFW c5b48401-79a3-nodes.vsnCvfc
ModelUuid:84468edb-34f0-4b8b-b5e5-ea9766be5db1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:19f6f108-3f14-4335-893c-a359898a534a
ModelInvariantUuid:b7cca523-95fa-4b6d-be5b-a10be3d8431d
ModelName:VfwC5b4840179a3.compute.nodes.heat.vsn
ModelUuid:28e3ab92-e0fa-4be6-8ec1-b2ba7cdb1c4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9e67bddf-59cd-4ca6-a7f9-0305543a63e7
ModelInvariantUuid:96cecb8d-08e7-43f5-9921-a306dbbf5d7c
ModelName:vFW c5b48401-79a3-nodes.vpgCvfc
ModelUuid:67cedc08-d500-4ca3-ac74-dc7ca0273d6a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e6d2c695-e540-4f4a-a8c0-73c09f2655b9
ModelInvariantUuid:8ea03d07-007c-4fe8-b55e-7b6ea0cd3194
ModelName:VfwC5b4840179a3.compute.nodes.heat.vpg
ModelUuid:8339bdce-b4a3-4b03-8270-33b03c0898e4
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-08-31T05:44:26.889Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 59983a01-90cd-4907-968d-b8f83ce04a8e
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-08-31T05:44:26.892Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||vFW c5b48401-79a3 0
2022-08-31T05:44:26.892Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59983a01-90cd-4907-968d-b8f83ce04a8e
2022-08-31T05:44:26.893Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 006028f9-0d48-4bb3-a34e-3b0dd175fa8a from URL: /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json
2022-08-31T05:44:26.893Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-31T05:44:26.893Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json
2022-08-31T05:44:27.035Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-31T05:44:27.035Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json 006028f9-0d48-4bb3-a34e-3b0dd175fa8a 785
2022-08-31T05:44:27.036Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json ASDC sendASDCNotification
2022-08-31T05:44:27.036Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json
2022-08-31T05:44:27.036Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:44:27.037Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:27.038Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:27.039Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924667036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:44:27.139Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:27.140Z||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-08-31T05:44:27.140Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:27.155Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:27.155Z||pool-178-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:28.039Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC5b4840179a3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2cc911bf-6b2c-4728-9579-6f0364c23032",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "622843f7-e70b-4853-9aba-29d86ca96d19",
    "vfModuleModelCustomizationUUID": "4c456200-1afd-44eb-9b9d-3874957df5f2",
    "isBase": true,
    "artifacts": [
      "ce9627c6-ce3c-49d7-938d-a90128d63c5a",
      "d69793f3-bcc2-4b5d-8588-2c3c343cbce4"
    ],
    "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-08-31T05:44:28.044Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC5b4840179a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:622843f7-e70b-4853-9aba-29d86ca96d19
VfModuleModelInvariantUUID:2cc911bf-6b2c-4728-9579-6f0364c23032
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce9627c6-ce3c-49d7-938d-a90128d63c5a
,
d69793f3-bcc2-4b5d-8588-2c3c343cbce4

}
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-08-31T05:44:28.046Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC5b4840179a3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2cc911bf-6b2c-4728-9579-6f0364c23032",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "622843f7-e70b-4853-9aba-29d86ca96d19",
    "vfModuleModelCustomizationUUID": "4c456200-1afd-44eb-9b9d-3874957df5f2",
    "isBase": true,
    "artifacts": [
      "ce9627c6-ce3c-49d7-938d-a90128d63c5a",
      "d69793f3-bcc2-4b5d-8588-2c3c343cbce4"
    ],
    "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-08-31T05:44:28.046Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC5b4840179a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:622843f7-e70b-4853-9aba-29d86ca96d19
VfModuleModelInvariantUUID:2cc911bf-6b2c-4728-9579-6f0364c23032
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce9627c6-ce3c-49d7-938d-a90128d63c5a
,
d69793f3-bcc2-4b5d-8588-2c3c343cbce4

}
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-08-31T05:44:28.046Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ce9627c6-ce3c-49d7-938d-a90128d63c5a from URL: /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml
2022-08-31T05:44:28.046Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-31T05:44:28.047Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml
2022-08-31T05:44:28.099Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-31T05:44:28.100Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml ce9627c6-ce3c-49d7-938d-a90128d63c5a 20368
2022-08-31T05:44:28.100Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:44:28.100Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml
2022-08-31T05:44:28.101Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:44:28.101Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:28.102Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:28.103Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924668100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:44:28.203Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:28.203Z||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-08-31T05:44:28.204Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:28.214Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:28.214Z||pool-179-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:44:29.103Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d69793f3-bcc2-4b5d-8588-2c3c343cbce4 from URL: /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env
2022-08-31T05:44:29.104Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-31T05:44:29.104Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env
2022-08-31T05:44:29.158Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-31T05:44:29.158Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env d69793f3-bcc2-4b5d-8588-2c3c343cbce4 2098
2022-08-31T05:44:29.158Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:44:29.159Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env
2022-08-31T05:44:29.159Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:44:29.159Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:29.161Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:29.161Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924669158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:44:29.261Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:29.262Z||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-08-31T05:44:29.262Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:29.283Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:29.283Z||pool-180-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:44:30.161Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a194de62-e4f0-4904-a18c-3ef662f2d31e
2022-08-31T05:44:30.162Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c5b48401-79a3 0 59983a01-90cd-4907-968d-b8f83ce04a8e 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-08-31T05:44:30.186Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c9096d9, org.onap.sdc.toscaparser.api.parameters.Input@3572c867, org.onap.sdc.toscaparser.api.parameters.Input@50e5f038, org.onap.sdc.toscaparser.api.parameters.Input@592afe89, org.onap.sdc.toscaparser.api.parameters.Input@71248d2b]
2022-08-31T05:44:30.187Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.188Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:30.188Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-31T05:44:30.188Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= abd76267-04bb-4b42-8ba9-24af17d6a13b
2022-08-31T05:44:30.188Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: abd76267-04bb-4b42-8ba9-24af17d6a13b matches Tosca VF Customization UUID: abd76267-04bb-4b42-8ba9-24af17d6a13b
2022-08-31T05:44:30.188Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: abd76267-04bb-4b42-8ba9-24af17d6a13b  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-08-31T05:44:30.190Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.191Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:30.191Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id abd76267-04bb-4b42-8ba9-24af17d6a13b: {\"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-08-31T05:44:30.191Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@237d714c
2022-08-31T05:44:30.192Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.192Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:44:30.192Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c456200-1afd-44eb-9b9d-3874957df5f2
2022-08-31T05:44:30.192Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c456200-1afd-44eb-9b9d-3874957df5f2
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-08-31T05:44:30.194Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.195Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:30.195Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:44:30.195Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.196Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:30.196Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:44:30.196Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.196Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is not matching search criteria
2022-08-31T05:44:30.197Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:44:30.197Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:44:30.197Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:44:30.197Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:44:30.198Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:44:30.198Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:30.198Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:30.198Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:44:30.198Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:30.199Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:44:30.199Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:30.199Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf57cf9e-1ab4-4ff7-923b-7471c1b0d01c
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-08-31T05:44:30.201Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.201Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:30.202Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:44:30.202Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.202Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is not matching search criteria
2022-08-31T05:44:30.202Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:44:30.202Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:44:30.203Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:44:30.203Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:30.203Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:30.203Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:30.203Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:44:30.203Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:44:30.204Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:44:30.204Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:30.204Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:44:30.204Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:30.205Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=64f05c7c-3699-4846-afbc-ca8d99a7f7ac
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-08-31T05:44:30.206Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.207Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:30.207Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:44:30.207Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.207Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is not matching search criteria
2022-08-31T05:44:30.207Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:44:30.208Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:44:30.208Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:44:30.208Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:30.208Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:30.208Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:44:30.209Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:44:30.209Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:44:30.209Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:44:30.209Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:44:30.209Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:44:30.210Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:44:30.210Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9e67bddf-59cd-4ca6-a7f9-0305543a63e7
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-08-31T05:44:30.212Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.212Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:30.212Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:44:30.212Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.212Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Node template vFW c5b48401-79a3 0 is matching search criteria
2022-08-31T05:44:30.213Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c5b48401-79a3 0] matching following query criteria: sdcType=VF, customizationUUID=abd76267-04bb-4b42-8ba9-24af17d6a13b
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-08-31T05:44:30.214Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.214Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:30.214Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a194de62-e4f0-4904-a18c-3ef662f2d31e: vFW c5b48401-79a3
2022-08-31T05:44:30.215Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.215Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:30.215Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.215Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:30.215Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.215Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:30.216Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.216Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:30.216Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:44:30.216Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-31 05-42-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:44:30.216Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-08-31 05-42-33 
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-08-31T05:44:30.383Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c5b48401-79a3 59983a01-90cd-4907-968d-b8f83ce04a8e 1 ASDC deployResourceStructure
2022-08-31T05:44:30.383Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json ASDC sendASDCNotification
2022-08-31T05:44:30.383Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json
2022-08-31T05:44:30.383Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:44:30.383Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:30.385Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:30.385Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924670383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:44:30.485Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:30.486Z||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-08-31T05:44:30.486Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:30.502Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:30.503Z||pool-181-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:31.386Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:44:31.386Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml
2022-08-31T05:44:31.386Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:44:31.386Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:31.388Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:31.388Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924671386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:44:31.488Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:31.489Z||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-08-31T05:44:31.489Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:31.544Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:31.545Z||pool-182-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:32.389Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:44:32.389Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env
2022-08-31T05:44:32.390Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:44:32.390Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:32.392Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:32.392Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924672389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:44:32.492Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:32.493Z||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-08-31T05:44:32.493Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:32.504Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:32.504Z||pool-183-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:33.393Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar ASDC sendASDCNotification
2022-08-31T05:44:33.393Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar
2022-08-31T05:44:33.393Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:44:33.393Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-31T05:44:33.396Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:44:33.396Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924673393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:44:33.496Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:44:33.497Z||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-08-31T05:44:33.497Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:44:33.509Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:44:33.510Z||pool-184-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:44:34.397Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:44:34.406Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
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-08-31T05:44:34.409Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:44:34.409Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:44:34.409Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:45:04.409Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:45:04.420Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
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-08-31T05:45:04.421Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:45:04.421Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:45:04.421Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:45:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:45:16.074Z||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-08-31T05:45:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:45:16.100Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:45:16.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:45:16.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924655038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:45:16.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:45:34.422Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:45:34.435Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
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-08-31T05:45:34.437Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:45:34.437Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:45:34.437Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:46:04.437Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:46:04.451Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
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-08-31T05:46:04.453Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:46:04.453Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:46:04.453Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:46:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:46:16.074Z||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-08-31T05:46:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:46:16.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:46:16.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:46:16.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924648117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:46:16.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:46:34.453Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:46:34.462Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
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-08-31T05:46:34.464Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:46:34.465Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:46:34.465Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:47:04.465Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:47:04.476Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
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-08-31T05:47:04.478Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:47:04.478Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:47:04.478Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:47:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:47:16.073Z||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-08-31T05:47:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:47:16.094Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:47:16.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924654007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924648117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924655038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924654007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924655038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924648117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924654007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924658719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924655038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924648117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924654007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924658719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924655038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924648117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924654007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924658719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924655038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924648117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924654007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924658719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924663714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924656070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924658719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "cds",
  "timestamp": 1661924664722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-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-08-31T05:47:16.125Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c79b46b-7fa7-4270-af85-c0f394e350b2
2022-08-31T05:47:16.126Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c79b46b-7fa7-4270-af85-c0f394e350b2 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-08-31T05:47:16.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924663837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924658719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924664530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924658719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924664530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924666587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924664530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924667036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924667661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924664530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924668100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924668721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924664530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924669158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924669753,
  "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-08-31T05:47:16.147Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c79b46b-7fa7-4270-af85-c0f394e350b2
2022-08-31T05:47:16.147Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c79b46b-7fa7-4270-af85-c0f394e350b2 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-08-31T05:47:16.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924664530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924669485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924670757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924670383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924664530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924669981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924671622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924669485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924671386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.160Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924672268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924669981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vfwc5b4840179a30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924669485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924672389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924673272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924669981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924669485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924673393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "policy-id",
  "timestamp": 1661924674275,
  "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-08-31T05:47:16.169Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c79b46b-7fa7-4270-af85-c0f394e350b2
2022-08-31T05:47:16.170Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c79b46b-7fa7-4270-af85-c0f394e350b2 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-08-31T05:47:16.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924669981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924674622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924669485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924669981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/resourceInstances/vfwc5b4840179a30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "clamp",
  "timestamp": 1661924675628,
  "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-08-31T05:47:16.187Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8c79b46b-7fa7-4270-af85-c0f394e350b2
2022-08-31T05:47:16.187Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c79b46b-7fa7-4270-af85-c0f394e350b2 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-08-31T05:47:16.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924669485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924669981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924669485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924669981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924677328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924677788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924681092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924682099,
  "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-08-31T05:47:16.205Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c79b46b-7fa7-4270-af85-c0f394e350b2
2022-08-31T05:47:16.205Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c79b46b-7fa7-4270-af85-c0f394e350b2 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-08-31T05:47:16.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924689572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831054233/1.0/artifacts/service-Vfw20220831054233-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:47:16.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "aai-ml",
  "timestamp": 1661924690576,
  "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-08-31T05:47:16.219Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8c79b46b-7fa7-4270-af85-c0f394e350b2
2022-08-31T05:47:16.219Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c79b46b-7fa7-4270-af85-c0f394e350b2 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-08-31T05:47:16.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924693117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924693996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924693117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924693996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924693117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924693996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924699485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924693117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924699982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924693996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924699485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924693117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924699982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924693996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924699485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924693117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924699982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924693996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924699485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924693117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924699982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924693996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924699485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924693117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924699982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924693996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924699485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924699982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924706854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661924698719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924706587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924699485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924699982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "cds",
  "timestamp": 1661924707862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-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-08-31T05:47:16.267Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03d642c4-d953-4f20-abf7-e3f4af911746
2022-08-31T05:47:16.267Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03d642c4-d953-4f20-abf7-e3f4af911746 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-08-31T05:47:16.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924707649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924699485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924699982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661924708654,
  "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-08-31T05:47:16.284Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 03d642c4-d953-4f20-abf7-e3f4af911746
2022-08-31T05:47:16.285Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03d642c4-d953-4f20-abf7-e3f4af911746 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-08-31T05:47:16.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924708220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924708791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924710621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924704530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:47:16.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661924711625,
  "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-08-31T05:47:16.302Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03d642c4-d953-4f20-abf7-e3f4af911746
2022-08-31T05:47:16.302Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03d642c4-d953-4f20-abf7-e3f4af911746 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-08-31T05:47:16.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924713351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:47:16.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924714355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:47:16.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924714469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:47:16.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:47:16.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "policy-id",
  "timestamp": 1661924715359,
  "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-08-31T05:47:16.317Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03d642c4-d953-4f20-abf7-e3f4af911746
2022-08-31T05:47:16.317Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03d642c4-d953-4f20-abf7-e3f4af911746 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-08-31T05:47:16.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924715038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:16.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "aai-ml",
  "timestamp": 1661924715474,
  "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-08-31T05:47:16.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 03d642c4-d953-4f20-abf7-e3f4af911746
2022-08-31T05:47:16.335Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03d642c4-d953-4f20-abf7-e3f4af911746 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-08-31T05:47:16.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:47:16.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924715038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:47:16.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:47:34.479Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:47:34.488Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2
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-08-31T05:47:34.490Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:47:34.490Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:47:34.490Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:47:34.490Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:47:34.491Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:47:34.491Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||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-08-31T05:47:34.495Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:48:04.495Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2 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-08-31T05:48:04.500Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c79b46b-7fa7-4270-af85-c0f394e350b2 and serviceModelVersionId: a194de62-e4f0-4904-a18c-3ef662f2d31e
2022-08-31T05:48:04.501Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e21bf5e-ab4c-483a-b3ce-a935ebb8641e
2022-08-31T05:48:04.502Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0
2022-08-31T05:48:04.509Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:48:04.554Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Invoke
2022-08-31T05:48:04.554Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cff449cf-2953-4577-88a9-5a26d3485de6], X-ECOMP-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], X-TransactionId=[], X-ONAP-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], Content-Type=[application/merge-patch+json]}
2022-08-31T05:48:06.079Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Invoke
2022-08-31T05:48:06.080Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48db576a-0f92-47b7-a3aa-5996e531bae8], X-ECOMP-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], X-TransactionId=[], X-ONAP-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], Content-Type=[application/merge-patch+json]}
2022-08-31T05:48:07.608Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Invoke
2022-08-31T05:48:07.608Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76190b2b-2ec0-4f43-b45c-e63c50aca4c5], X-ECOMP-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], X-TransactionId=[], X-ONAP-RequestID=[8c79b46b-7fa7-4270-af85-c0f394e350b2], Content-Type=[application/merge-patch+json]}
2022-08-31T05:48:08.642Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:48:08.643Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-08-31T05:48:08.643Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:48:08.644Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-08-31T05:48:08.651Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-08-31T05:48:08.651Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c79b46b-7fa7-4270-af85-c0f394e350b2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:48:08.651Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:48:08.652Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:08.654Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:08.654Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924888651,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:48:08.755Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:48:08.756Z||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-08-31T05:48:08.756Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:08.771Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:08.772Z||pool-185-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-08-31T05:48:09.666Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:48:09.667Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-08-31T05:48:09.667Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:14.160Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:14.161Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||received message from topic
2022-08-31T05:48:14.161Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"03d642c4-d953-4f20-abf7-e3f4af911746","serviceName":"Demo_pNF_UNCTK6Dqdp5HlDJRQ13k","serviceVersion":"1.0","serviceUUID":"30ee228a-5d34-486f-9077-d2ad4692221b","serviceDescription":"catalog service description","serviceInvariantUUID":"dcc6ae16-d967-44fe-abba-1fee37add5ba","resources":[{"resourceInstanceName":"pNF a319772d-bf35 0","resourceName":"pNF a319772d-bf35","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d2389c54-1a7b-4ff5-820c-d146b03a80d4","resourceInvariantUUID":"d0c0dab9-ba2b-4a9b-809b-c500fd0f32f7","resourceCustomizationUUID":"e4607b6e-35cc-4546-9542-7e19bfc69992","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml","artifactChecksum":"OTkyYTMzNjBiMzljODYxZTQ2ZTE4NzEzOWQ0YjljMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45979228-0c04-494e-84af-95333f04680a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8d2bbb3-689d-41dc-91a8-202ad2f4ba58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82d1a410-5f4a-43b6-8533-e830c3fa2888","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml","artifactChecksum":"YzhjMDgzNmM0ZGY3NjJjYjI5NzM4M2Q3NzI1NmI2NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f378a80-11e6-4e53-8103-e0d9a5a492da","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9cd35a99-fa33-4daf-9ff0-4522b49ce789","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a9acdc0d-c5ab-4728-9f82-e58a1b68caae","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml","artifactChecksum":"MjNiNmYzODNmMDY5Njg5Mjg3NzE4YjVhZjNmYmFmNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b695f79b-ec95-41b6-b11a-4667a16360c5","artifactVersion":"1"},{"artifactName":"service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar","artifactChecksum":"NjkyZDU0NDZiYjU0NmU0NDBjODY2NTFjMTMxZjkxMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16f82209-982c-4557-a719-11c7583a3e0e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:48:14.164Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:48:14.164Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:14.166Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:14.166Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:14.266Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:14.267Z||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-08-31T05:48:14.267Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:14.303Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:14.304Z||pool-186-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:15.167Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:48:15.167Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:15.170Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:15.170Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:15.270Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:15.271Z||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-08-31T05:48:15.271Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:15.286Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:15.286Z||pool-187-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:48:16.073Z||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-08-31T05:48:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:16.108Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:16.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924715038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924715038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924715038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924715038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924715038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924715038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924731628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924733637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:48:16.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:48:16.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:48:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "clamp",
  "timestamp": 1661924734641,
  "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-08-31T05:48:16.117Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03d642c4-d953-4f20-abf7-e3f4af911746
2022-08-31T05:48:16.117Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03d642c4-d953-4f20-abf7-e3f4af911746 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-08-31T05:48:16.170Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:48:16.171Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:16.173Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:16.173Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:16.273Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:16.274Z||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-08-31T05:48:16.274Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:16.287Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:16.288Z||pool-188-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:17.173Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:48:17.174Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:17.176Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:17.176Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:17.276Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:17.277Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:48:17.277Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:17.294Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:17.294Z||pool-189-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:18.176Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:48:18.177Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:18.179Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:18.179Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:18.280Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:18.281Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:48:18.281Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:18.294Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:18.294Z||pool-190-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:48:19.180Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:48:19.181Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:19.184Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:19.184Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:19.284Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:19.285Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:48:19.285Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:19.297Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:19.297Z||pool-191-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:20.185Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:48:20.185Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:20.188Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:20.188Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:48:20.288Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:20.289Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:48:20.289Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:20.304Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:20.305Z||pool-192-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:21.188Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:48:21.189Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:21.191Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:21.191Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:48:21.291Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:21.292Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:48:21.293Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:21.315Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:21.316Z||pool-193-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:22.192Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "serviceName": "Demo_pNF_UNCTK6Dqdp5HlDJRQ13k",
  "serviceVersion": "1.0",
  "serviceUUID": "30ee228a-5d34-486f-9077-d2ad4692221b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "dcc6ae16-d967-44fe-abba-1fee37add5ba",
  "resources": [
    {
      "resourceInstanceName": "pNF a319772d-bf35 0",
      "resourceCustomizationUUID": "e4607b6e-35cc-4546-9542-7e19bfc69992",
      "resourceName": "pNF a319772d-bf35",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d2389c54-1a7b-4ff5-820c-d146b03a80d4",
      "resourceInvariantUUID": "d0c0dab9-ba2b-4a9b-809b-c500fd0f32f7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
      "artifactChecksum": "NjkyZDU0NDZiYjU0NmU0NDBjODY2NTFjMTMxZjkxMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "16f82209-982c-4557-a719-11c7583a3e0e"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:48:22.193Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:48:22.193Z|8c79b46b-7fa7-4270-af85-c0f394e350b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 30ee228a-5d34-486f-9077-d2ad4692221b ASDC
2022-08-31T05:48:22.194Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:03d642c4-d953-4f20-abf7-e3f4af911746
ServiceName:Demo_pNF_UNCTK6Dqdp5HlDJRQ13k
ServiceVersion:1.0
ServiceUUID:30ee228a-5d34-486f-9077-d2ad4692221b
ServiceInvariantUUID:dcc6ae16-d967-44fe-abba-1fee37add5ba
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
ArtifactUUID:16f82209-982c-4557-a719-11c7583a3e0e
ArtifactChecksum:NjkyZDU0NDZiYjU0NmU0NDBjODY2NTFjMTMxZjkxMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a319772d-bf35 0
ResourceCustomizationUUID:e4607b6e-35cc-4546-9542-7e19bfc69992
ResourceInvariantUUID:d0c0dab9-ba2b-4a9b-809b-c500fd0f32f7
ResourceName:pNF a319772d-bf35
ResourceType:PNF
ResourceUUID:d2389c54-1a7b-4ff5-820c-d146b03a80d4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T05:48:22.194Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30ee228a-5d34-486f-9077-d2ad4692221b 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-08-31T05:48:22.217Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:48:22.218Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:48:22.218Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:48:22.218Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Trying to download the artifact UUID: 16f82209-982c-4557-a719-11c7583a3e0e from URL: /sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:22.219Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:48:22.219Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:22.495Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:48:22.499Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar 16f82209-982c-4557-a719-11c7583a3e0e 82658
2022-08-31T05:48:22.499Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar ASDC sendASDCNotification
2022-08-31T05:48:22.499Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:22.499Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:48:22.500Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:22.502Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:22.502Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924902499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:48:22.602Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:22.603Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:48:22.603Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:22.618Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:22.618Z||pool-194-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:23.502Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:48:23.503Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:48:23.503Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Trying to write artifact UUID: 16f82209-982c-4557-a719-11c7583a3e0e, URL: /sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar to file: /app/ASDC/1/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:23.504Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:23.506Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:23.506Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:23.669Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP860640496610922256/Definitions/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml
2022-08-31T05:48:24.573Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:48:24.574Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|WARN|500||####################################################################################################
2022-08-31T05:48:24.574Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.574Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T05:48:24.574Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a319772d-bf35 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-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.574Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.574Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.574Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.574Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.575Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.575Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.575Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|WARN|500||####################################################################################################
2022-08-31T05:48:24.575Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.575Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.576Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Node template pNF a319772d-bf35 0 is matching search criteria
2022-08-31T05:48:24.576Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:48:24.576Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Found topology templates [pNF a319772d-bf35 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:48:24.576Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.576Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.577Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Node template pNF a319772d-bf35 0 is matching search criteria
2022-08-31T05:48:24.577Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:48:24.577Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Found topology templates [pNF a319772d-bf35 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:48:24.577Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.577Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.578Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.578Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.578Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.578Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.578Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.579Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.579Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.579Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.579Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UNCTK6Dqdp5HlDJRQ13k
Description:catalog service description
Model UUID:30ee228a-5d34-486f-9077-d2ad4692221b
Model Version:NULL
Model InvariantUuid:dcc6ae16-d967-44fe-abba-1fee37add5ba
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-08-31T05:48:24.585Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: d2389c54-1a7b-4ff5-820c-d146b03a80d4
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-08-31T05:48:24.588Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||pNF a319772d-bf35 0
2022-08-31T05:48:24.588Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: d2389c54-1a7b-4ff5-820c-d146b03a80d4
2022-08-31T05:48:24.588Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||No resources found for Service: 30ee228a-5d34-486f-9077-d2ad4692221b
2022-08-31T05:48:24.588Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Preparing to deploy Service: 30ee228a-5d34-486f-9077-d2ad4692221b
2022-08-31T05:48:24.588Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a319772d-bf35 0 d2389c54-1a7b-4ff5-820c-d146b03a80d4 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-08-31T05:48:24.592Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e87241a, org.onap.sdc.toscaparser.api.parameters.Input@31e1375a, org.onap.sdc.toscaparser.api.parameters.Input@1a6bab85, org.onap.sdc.toscaparser.api.parameters.Input@2c9c1065, org.onap.sdc.toscaparser.api.parameters.Input@5bcc4618]
2022-08-31T05:48:24.593Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.593Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.593Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500|| resourceSeq for service uuid 30ee228a-5d34-486f-9077-d2ad4692221b: pNF a319772d-bf35
2022-08-31T05:48:24.593Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Processing PNF resource: d2389c54-1a7b-4ff5-820c-d146b03a80d4
2022-08-31T05:48:24.593Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:48:24.594Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Service Demo_pNF_UNCTK6Dqdp5HlDJRQ13k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:48:24.594Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||Resource customization UUID: e4607b6e-35cc-4546-9542-7e19bfc69992 is the same as notified resource customizationUUID: e4607b6e-35cc-4546-9542-7e19bfc69992
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-08-31T05:48:24.623Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a319772d-bf35 d2389c54-1a7b-4ff5-820c-d146b03a80d4 0 ASDC deployResourceStructure
2022-08-31T05:48:24.624Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar ASDC sendASDCNotification
2022-08-31T05:48:24.624Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar
2022-08-31T05:48:24.624Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:48:24.624Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:24.626Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:24.626Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924904624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:48:24.726Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:48:24.727Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:48:24.727Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:24.741Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:24.741Z||pool-195-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:48:25.627Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03d642c4-d953-4f20-abf7-e3f4af911746
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:48:25.641Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03d642c4-d953-4f20-abf7-e3f4af911746
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-08-31T05:48:25.644Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:48:25.644Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:48:25.644Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:48:25.644Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:48:25.644Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T05:48:25.644Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:48:25.644Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?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-08-31T05:48:25.648Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:48:55.649Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 03d642c4-d953-4f20-abf7-e3f4af911746 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-08-31T05:48:55.659Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03d642c4-d953-4f20-abf7-e3f4af911746 and serviceModelVersionId: 30ee228a-5d34-486f-9077-d2ad4692221b
2022-08-31T05:48:55.660Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcc6ae16-d967-44fe-abba-1fee37add5ba
2022-08-31T05:48:55.660Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0
2022-08-31T05:48:55.664Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:48:55.699Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e21bf5e-ab4c-483a-b3ce-a935ebb8641e/model-vers/model-ver/a194de62-e4f0-4904-a18c-3ef662f2d31e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T05:48:55.700Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||Invoke
2022-08-31T05:48:57.240Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T05:48:57.241Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||Invoke
2022-08-31T05:48:58.779Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T05:48:58.781Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||Invoke
2022-08-31T05:48:59.820Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:48:59.822Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T05:48:59.823Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:48:59.823Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T05:48:59.832Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T05:48:59.832Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03d642c4-d953-4f20-abf7-e3f4af911746 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:48:59.833Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:48:59.833Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:48:59.836Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:48:59.836Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|DEBUG|500||try to send status {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924939833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:48:59.935Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:48:59.936Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:48:59.936Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:48:59.955Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:48:59.956Z||pool-196-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:49:00.848Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:49:00.849Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:49:00.849Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:49:10.394Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:49:10.395Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:49:10.395Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:49:10.395Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:49:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:49:16.073Z||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-08-31T05:49:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:49:16.093Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:49:16.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:49:16.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c79b46b-7fa7-4270-af85-c0f394e350b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924888651,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:49:16.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:49:16.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:49:16.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:49:16.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:49:16.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:49:16.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:49:16.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:49:19.938Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:49:19.938Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:49:19.939Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:49:19.939Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:49:29.494Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:49:29.494Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:49:29.495Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:49:29.495Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:49:39.040Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:50:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:50:16.071Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:50:16.071Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:50:16.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:50:16.073Z||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-08-31T05:50:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:50:16.096Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:50:16.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T05:50:16.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:50:16.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:50:25.635Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:51:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:51:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:51:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:51:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:51:16.073Z||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-08-31T05:51:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:51:16.599Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:51:16.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:51:16.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:51:16.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:51:16.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:51:16.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:51:16.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:51:16.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:51:16.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/resourceInstances/pnfa319772dbf350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:51:16.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:51:16.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924889666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924902499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924904624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnctk6dqdp5hldjrq13k/1.0/artifacts/service-DemoPnfUnctk6dqdp5hldjrq13k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03d642c4-d953-4f20-abf7-e3f4af911746",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661924939833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:51:16.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:51:25.616Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:52:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:52:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:52:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:52:16.072Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:52:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T05:52:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:52:25.647Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:52:25.647Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:53:16.070Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:53:16.071Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:16.072Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:53:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T05:53:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:16.205Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:16.206Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.206Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925188117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.207Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.207Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.207Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925184530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925188117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925184530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925188117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.208Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925184530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925193996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925195038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.209Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.210Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925188117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.210Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.210Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.210Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925184530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.210Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.210Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.210Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925193996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.210Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.211Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.211Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925195038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:53:16.211Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Missing status on Status Object. 
2022-08-31T05:53:16.700Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:16.700Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||received message from topic
2022-08-31T05:53:16.700Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c90d7ee9-be0f-4b56-a76e-2fabc62e04bc","serviceName":"vFW 2022-08-31 05-51-44","serviceVersion":"1.0","serviceUUID":"a4042e6c-f053-4c09-a87e-1f0fb93efd97","serviceDescription":"catalog service description","serviceInvariantUUID":"9ba5f472-f0d0-447c-9d2c-0b2f050d04b7","resources":[{"resourceInstanceName":"vFW d80a7703-5173 0","resourceName":"vFW d80a7703-5173","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0bf6dec-822a-4914-81d0-b421e5a64d2d","resourceInvariantUUID":"f53eeaf3-2dde-4bd6-84a5-09bdbc900d38","resourceCustomizationUUID":"7887d2cc-f9e5-48c9-9d05-4865065eed3a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml","artifactChecksum":"NDIxY2ExMzc0MTdhNDQ5YWNjNjJhYTNlZTVmMzk5Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29598173-e2f6-4a73-af20-41aa98f6fca5","artifactVersion":"1"},{"artifactName":"vfwd80a770351730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json","artifactChecksum":"MjhjOGU3Mjk1YWE4OGY2YmYyNTIxMjExZDM1ODQyNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a2731e8-122f-4f6f-85b2-2ae76f7f234a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f460db4a-8aaa-4224-ac76-373f80faad78","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml","artifactChecksum":"ZWRhNjRjNGQ3MGUzNDQzYTFkZTg3MDk1NjA5MTY5N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6ac5b6e-a73b-4c9a-b200-fe7e61193582","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f452b983-dc0a-4f18-9373-38edf00f3cbf","artifactVersion":"2","generatedFromUUID":"f460db4a-8aaa-4224-ac76-373f80faad78"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220831055144-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml","artifactChecksum":"OTc0YzMwMmE3NTcxOThmYjVmZDZlNjY2NDczYzMzMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a5d2145-1dc4-4a27-bf28-74befc66b924","artifactVersion":"1"},{"artifactName":"service-Vfw20220831055144-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar","artifactChecksum":"ODY0NDc5OGQ4MjZlYmRlNmI3NTllZjQ2MWU5NzdmYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cc2cb00-48af-4442-a547-31625a3ff4a4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:53:16.702Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:53:16.702Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:16.704Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:16.704Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:16.804Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:53:16.805Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:16.805Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:16.822Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:16.822Z||pool-197-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:17.705Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:53:17.706Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:17.707Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:17.707Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:53:17.808Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:53:17.809Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:17.809Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:17.822Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:17.823Z||pool-198-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:18.708Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:53:18.708Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:18.710Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:18.710Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:53:18.811Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:18.812Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:18.812Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:18.823Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:18.823Z||pool-199-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:19.711Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:53:19.712Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:19.714Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:19.714Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:19.814Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:19.815Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:19.815Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:19.827Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:19.827Z||pool-200-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:20.715Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:53:20.715Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:20.717Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:20.717Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:53:20.818Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:20.818Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:20.818Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:20.832Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:20.832Z||pool-201-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:21.718Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:53:21.719Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:21.721Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:21.721Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:53:21.821Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:21.822Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:21.822Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:21.840Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:21.841Z||pool-202-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:22.722Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:53:22.723Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:22.724Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:22.725Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:53:22.825Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:22.826Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:22.826Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:22.859Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:22.859Z||pool-203-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:23.726Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "serviceName": "vFW 2022-08-31 05-51-44",
  "serviceVersion": "1.0",
  "serviceUUID": "a4042e6c-f053-4c09-a87e-1f0fb93efd97",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9ba5f472-f0d0-447c-9d2c-0b2f050d04b7",
  "resources": [
    {
      "resourceInstanceName": "vFW d80a7703-5173 0",
      "resourceCustomizationUUID": "7887d2cc-f9e5-48c9-9d05-4865065eed3a",
      "resourceName": "vFW d80a7703-5173",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a0bf6dec-822a-4914-81d0-b421e5a64d2d",
      "resourceInvariantUUID": "f53eeaf3-2dde-4bd6-84a5-09bdbc900d38",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd80a770351730_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
          "artifactChecksum": "MjhjOGU3Mjk1YWE4OGY2YmYyNTIxMjExZDM1ODQyNDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a2731e8-122f-4f6f-85b2-2ae76f7f234a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f460db4a-8aaa-4224-ac76-373f80faad78",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f452b983-dc0a-4f18-9373-38edf00f3cbf",
            "generatedFromUUID": "f460db4a-8aaa-4224-ac76-373f80faad78"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f452b983-dc0a-4f18-9373-38edf00f3cbf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220831055144-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
      "artifactChecksum": "ODY0NDc5OGQ4MjZlYmRlNmI3NTllZjQ2MWU5NzdmYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cc2cb00-48af-4442-a547-31625a3ff4a4"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:53:23.726Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:53:23.727Z|ec70edda-7cb7-486a-ac9f-39e6ac49d4c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a4042e6c-f053-4c09-a87e-1f0fb93efd97 ASDC
2022-08-31T05:53:23.727Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
ServiceName:vFW 2022-08-31 05-51-44
ServiceVersion:1.0
ServiceUUID:a4042e6c-f053-4c09-a87e-1f0fb93efd97
ServiceInvariantUUID:9ba5f472-f0d0-447c-9d2c-0b2f050d04b7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220831055144-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar
ArtifactUUID:0cc2cb00-48af-4442-a547-31625a3ff4a4
ArtifactChecksum:ODY0NDc5OGQ4MjZlYmRlNmI3NTllZjQ2MWU5NzdmYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d80a7703-5173 0
ResourceCustomizationUUID:7887d2cc-f9e5-48c9-9d05-4865065eed3a
ResourceInvariantUUID:f53eeaf3-2dde-4bd6-84a5-09bdbc900d38
ResourceName:vFW d80a7703-5173
ResourceType:VF
ResourceUUID:a0bf6dec-822a-4914-81d0-b421e5a64d2d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd80a770351730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json
ArtifactUUID:3a2731e8-122f-4f6f-85b2-2ae76f7f234a
ArtifactChecksum:MjhjOGU3Mjk1YWE4OGY2YmYyNTIxMjExZDM1ODQyNDE=
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/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml
ArtifactUUID:f460db4a-8aaa-4224-ac76-373f80faad78
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/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env
ArtifactUUID:f452b983-dc0a-4f18-9373-38edf00f3cbf
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/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env
ArtifactUUID:f452b983-dc0a-4f18-9373-38edf00f3cbf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T05:53:23.727Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4042e6c-f053-4c09-a87e-1f0fb93efd97 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-08-31T05:53:23.758Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:53:23.759Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:53:23.759Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:53:23.759Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Trying to download the artifact UUID: 0cc2cb00-48af-4442-a547-31625a3ff4a4 from URL: /sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar
2022-08-31T05:53:23.759Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:53:23.760Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar
2022-08-31T05:53:23.848Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:53:23.853Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar 0cc2cb00-48af-4442-a547-31625a3ff4a4 99011
2022-08-31T05:53:23.853Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar ASDC sendASDCNotification
2022-08-31T05:53:23.853Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar
2022-08-31T05:53:23.853Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:53:23.854Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:23.855Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:23.856Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925203853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:53:23.956Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:23.957Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:23.957Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:23.968Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:23.969Z||pool-204-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:24.856Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:53:24.859Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:53:24.860Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Trying to write artifact UUID: 0cc2cb00-48af-4442-a547-31625a3ff4a4, URL: /sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar to file: /app/ASDC/1/service-Vfw20220831055144-csar.csar
2022-08-31T05:53:24.860Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220831055144-csar.csar
2022-08-31T05:53:24.861Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220831055144-csar.csar
2022-08-31T05:53:24.861Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220831055144-csar.csar
2022-08-31T05:53:25.005Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12710196219737311545/Definitions/service-Vfw20220831055144-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-08-31T05:53:26.897Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:53:26.898Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|WARN|500||####################################################################################################
2022-08-31T05:53:26.898Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.898Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-31T05:53:26.898Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.898Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.898Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.899Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.899Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.899Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.899Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d80a7703-5173 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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.899Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.899Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.899Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.900Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.900Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.900Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-Vfw20220831055144-csar.csar
2022-08-31T05:53:26.900Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|WARN|500||####################################################################################################
2022-08-31T05:53:26.900Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.900Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:26.901Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:26.901Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:53:26.901Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:53:26.901Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.901Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:26.902Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:26.902Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:53:26.902Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:53:26.902Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.902Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:26.903Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.903Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is not matching search criteria
2022-08-31T05:53:26.903Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:53:26.903Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:53:26.903Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:53:26.904Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.904Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.904Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.904Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:53:26.904Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:53:26.905Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:53:26.905Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.905Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.905Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:53:26.905Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.905Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:53:26.906Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.906Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T05:53:26.906Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.906Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:53:26.906Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.907Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:26.907Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:53:26.907Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.907Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:26.907Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:53:26.908Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.908Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:26.908Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:53:26.908Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.908Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is not matching search criteria
2022-08-31T05:53:26.908Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:53:26.909Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:53:26.909Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:53:26.909Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:53:26.909Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:53:26.909Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.910Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.910Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:53:26.910Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.910Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:53:26.910Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.911Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5f4e9037-ea5a-45bb-8e9c-6040536dbb38
2022-08-31T05:53:26.911Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.911Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is not matching search criteria
2022-08-31T05:53:26.911Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:53:26.911Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:53:26.911Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:53:26.912Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.912Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.912Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.912Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:53:26.912Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:53:26.913Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:53:26.913Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.913Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:53:26.913Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.913Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=274cece4-790d-4dc4-bd0a-7a8de620ae87
2022-08-31T05:53:26.913Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.914Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is not matching search criteria
2022-08-31T05:53:26.914Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:53:26.914Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:53:26.914Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:53:26.914Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.914Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.915Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.915Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:53:26.915Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:53:26.915Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:53:26.915Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:26.916Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:26.916Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:53:26.916Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d4d04591-cb1e-4648-af79-d300bbc75ff0
2022-08-31T05:53:26.916Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.916Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:26.916Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.917Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:26.917Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.917Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:26.917Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:26.917Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:26.917Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-31 05-51-44
Description:catalog service description
Model UUID:a4042e6c-f053-4c09-a87e-1f0fb93efd97
Model Version:NULL
Model InvariantUuid:9ba5f472-f0d0-447c-9d2c-0b2f050d04b7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d80a7703-5173
Model UUID:90f1bafa-fb96-43c1-a628-c8483bdc0154
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f53eeaf3-2dde-4bd6-84a5-09bdbc900d38
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7887d2cc-f9e5-48c9-9d05-4865065eed3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b0e08656-f026-4001-ac54-18f7d2305eaf
ModelName:VfwD80a77035173..base_vfw..module-0
ModelUuid:195e898c-db4e-4df4-ba90-bedc8177390f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5f4e9037-ea5a-45bb-8e9c-6040536dbb38
ModelInvariantUuid:81690b3f-9a92-430f-9caf-c688a8e1021b
ModelName:vFW d80a7703-5173-nodes.vfwCvfc
ModelUuid:ba7169c4-d5a3-423e-9a46-8779696ae4dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0b7c8256-ae8a-4b8b-b031-fbe429c73951
ModelInvariantUuid:f8217265-3d8d-4360-8bc1-867e6b7294f3
ModelName:VfwD80a77035173.compute.nodes.heat.vfw
ModelUuid:ccc9605c-6a84-4455-916f-79e160bde46a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:274cece4-790d-4dc4-bd0a-7a8de620ae87
ModelInvariantUuid:93cd165b-37fb-4b9d-9b2b-a47047f678eb
ModelName:vFW d80a7703-5173-nodes.vsnCvfc
ModelUuid:e44368eb-8bdc-40a9-8afb-8cac148cad8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:de947729-2419-4e05-9c9d-278da0b5a597
ModelInvariantUuid:3e2f65a4-391c-4814-8edd-39d61b908b96
ModelName:VfwD80a77035173.compute.nodes.heat.vsn
ModelUuid:e8d00ab0-5464-4370-80b9-6dcf60b6cd8e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d4d04591-cb1e-4648-af79-d300bbc75ff0
ModelInvariantUuid:99204d38-cceb-4630-814a-314102583f5c
ModelName:vFW d80a7703-5173-nodes.vpgCvfc
ModelUuid:b98fdbb8-8f2b-40c0-9c3e-26f8eb4c60e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e52498b2-3b52-4a95-a5d6-60f6c92f2b09
ModelInvariantUuid:fe1e9b95-931b-441b-bb9e-423d64e7d587
ModelName:VfwD80a77035173.compute.nodes.heat.vpg
ModelUuid:9148dc79-9b53-40a3-a112-97235f8ededa
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-08-31T05:53:26.925Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: a0bf6dec-822a-4914-81d0-b421e5a64d2d
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-08-31T05:53:26.927Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||vFW d80a7703-5173 0
2022-08-31T05:53:26.927Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: a0bf6dec-822a-4914-81d0-b421e5a64d2d
2022-08-31T05:53:26.927Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Trying to download the artifact UUID: 3a2731e8-122f-4f6f-85b2-2ae76f7f234a from URL: /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json
2022-08-31T05:53:26.927Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:53:26.928Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json
2022-08-31T05:53:27.024Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:53:27.024Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json 3a2731e8-122f-4f6f-85b2-2ae76f7f234a 785
2022-08-31T05:53:27.025Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json ASDC sendASDCNotification
2022-08-31T05:53:27.025Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json
2022-08-31T05:53:27.025Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:53:27.025Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:27.027Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:27.027Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925207025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:53:27.127Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:27.128Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:27.128Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:27.139Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:27.140Z||pool-205-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:28.028Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD80a77035173..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b0e08656-f026-4001-ac54-18f7d2305eaf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "195e898c-db4e-4df4-ba90-bedc8177390f",
    "vfModuleModelCustomizationUUID": "48118746-7555-41a5-b0c4-7ee5cb3377a2",
    "isBase": true,
    "artifacts": [
      "f460db4a-8aaa-4224-ac76-373f80faad78",
      "f452b983-dc0a-4f18-9373-38edf00f3cbf"
    ],
    "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-08-31T05:53:28.033Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD80a77035173..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:195e898c-db4e-4df4-ba90-bedc8177390f
VfModuleModelInvariantUUID:b0e08656-f026-4001-ac54-18f7d2305eaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
f460db4a-8aaa-4224-ac76-373f80faad78
,
f452b983-dc0a-4f18-9373-38edf00f3cbf

}
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-08-31T05:53:28.035Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD80a77035173..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b0e08656-f026-4001-ac54-18f7d2305eaf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "195e898c-db4e-4df4-ba90-bedc8177390f",
    "vfModuleModelCustomizationUUID": "48118746-7555-41a5-b0c4-7ee5cb3377a2",
    "isBase": true,
    "artifacts": [
      "f460db4a-8aaa-4224-ac76-373f80faad78",
      "f452b983-dc0a-4f18-9373-38edf00f3cbf"
    ],
    "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-08-31T05:53:28.035Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD80a77035173..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:195e898c-db4e-4df4-ba90-bedc8177390f
VfModuleModelInvariantUUID:b0e08656-f026-4001-ac54-18f7d2305eaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
f460db4a-8aaa-4224-ac76-373f80faad78
,
f452b983-dc0a-4f18-9373-38edf00f3cbf

}
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-08-31T05:53:28.035Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Trying to download the artifact UUID: f460db4a-8aaa-4224-ac76-373f80faad78 from URL: /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml
2022-08-31T05:53:28.036Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:53:28.036Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml
2022-08-31T05:53:28.086Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:53:28.086Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml f460db4a-8aaa-4224-ac76-373f80faad78 20368
2022-08-31T05:53:28.087Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:53:28.087Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml
2022-08-31T05:53:28.088Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:53:28.088Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:28.090Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:28.090Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925208087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:53:28.190Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:53:28.191Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:28.191Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:28.204Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:28.204Z||pool-206-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:29.091Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Trying to download the artifact UUID: f452b983-dc0a-4f18-9373-38edf00f3cbf from URL: /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env
2022-08-31T05:53:29.091Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:53:29.092Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env
2022-08-31T05:53:29.159Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:53:29.160Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env f452b983-dc0a-4f18-9373-38edf00f3cbf 2098
2022-08-31T05:53:29.160Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:53:29.160Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env
2022-08-31T05:53:29.161Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:53:29.161Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:29.164Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:29.164Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925209160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:53:29.264Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:29.264Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:29.265Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:29.275Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:29.275Z||pool-207-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:30.164Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Preparing to deploy Service: a4042e6c-f053-4c09-a87e-1f0fb93efd97
2022-08-31T05:53:30.165Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d80a7703-5173 0 a0bf6dec-822a-4914-81d0-b421e5a64d2d 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-08-31T05:53:30.180Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@752888f0, org.onap.sdc.toscaparser.api.parameters.Input@693c98b2, org.onap.sdc.toscaparser.api.parameters.Input@543d4d2a, org.onap.sdc.toscaparser.api.parameters.Input@5ac4317b, org.onap.sdc.toscaparser.api.parameters.Input@6b1a5ddb]
2022-08-31T05:53:30.181Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.182Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:30.182Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-31T05:53:30.182Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||VFCustomizationUUID= 7887d2cc-f9e5-48c9-9d05-4865065eed3a
2022-08-31T05:53:30.183Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7887d2cc-f9e5-48c9-9d05-4865065eed3a matches Tosca VF Customization UUID: 7887d2cc-f9e5-48c9-9d05-4865065eed3a
2022-08-31T05:53:30.183Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||vfCustomizationUUID: 7887d2cc-f9e5-48c9-9d05-4865065eed3a  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-08-31T05:53:30.186Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.187Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:30.187Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||resource request for resource customization id 7887d2cc-f9e5-48c9-9d05-4865065eed3a: {\"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-08-31T05:53:30.188Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23b0497a
2022-08-31T05:53:30.188Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.188Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T05:53:30.189Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 48118746-7555-41a5-b0c4-7ee5cb3377a2
2022-08-31T05:53:30.189Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 48118746-7555-41a5-b0c4-7ee5cb3377a2
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-08-31T05:53:30.191Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.192Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:30.193Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:53:30.193Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.194Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:30.194Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:53:30.195Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.195Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is not matching search criteria
2022-08-31T05:53:30.195Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:53:30.196Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:53:30.196Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T05:53:30.197Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:53:30.197Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:53:30.197Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:30.198Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:30.198Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:53:30.198Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:30.199Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:53:30.199Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:30.200Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5f4e9037-ea5a-45bb-8e9c-6040536dbb38
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-08-31T05:53:30.202Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.203Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:30.203Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:53:30.204Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.204Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is not matching search criteria
2022-08-31T05:53:30.204Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:53:30.205Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:53:30.205Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:53:30.205Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:30.206Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:30.206Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:30.206Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:53:30.207Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T05:53:30.207Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T05:53:30.207Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:30.208Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T05:53:30.208Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:30.208Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=274cece4-790d-4dc4-bd0a-7a8de620ae87
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-08-31T05:53:30.210Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.211Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:30.211Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:53:30.211Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.212Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is not matching search criteria
2022-08-31T05:53:30.212Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T05:53:30.213Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T05:53:30.213Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T05:53:30.213Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:30.214Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:30.214Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T05:53:30.214Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T05:53:30.215Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T05:53:30.215Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T05:53:30.215Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T05:53:30.216Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T05:53:30.216Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T05:53:30.216Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d4d04591-cb1e-4648-af79-d300bbc75ff0
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-08-31T05:53:30.218Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.219Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:30.219Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T05:53:30.219Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.219Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Node template vFW d80a7703-5173 0 is matching search criteria
2022-08-31T05:53:30.220Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found topology templates [vFW d80a7703-5173 0] matching following query criteria: sdcType=VF, customizationUUID=7887d2cc-f9e5-48c9-9d05-4865065eed3a
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-08-31T05:53:30.221Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.222Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:30.222Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500|| resourceSeq for service uuid a4042e6c-f053-4c09-a87e-1f0fb93efd97: vFW d80a7703-5173
2022-08-31T05:53:30.222Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.223Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:30.223Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.223Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:30.223Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.224Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:30.224Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.224Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:30.225Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:53:30.225Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Service vFW 2022-08-31 05-51-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:53:30.225Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||Saving Service: vFW 2022-08-31 05-51-44 
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-08-31T05:53:30.386Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d80a7703-5173 a0bf6dec-822a-4914-81d0-b421e5a64d2d 1 ASDC deployResourceStructure
2022-08-31T05:53:30.387Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json ASDC sendASDCNotification
2022-08-31T05:53:30.387Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json
2022-08-31T05:53:30.387Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:53:30.387Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:30.389Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:30.389Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925210386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:53:30.489Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:30.490Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:30.490Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:30.500Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:30.501Z||pool-208-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:31.390Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T05:53:31.390Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml
2022-08-31T05:53:31.390Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:53:31.391Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:31.392Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:31.393Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925211390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:53:31.493Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:31.493Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:31.494Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:31.504Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:31.504Z||pool-209-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:53:32.394Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T05:53:32.394Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env
2022-08-31T05:53:32.394Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:53:32.394Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:32.396Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:32.396Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925212394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:53:32.496Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:32.497Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:32.497Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:32.510Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:32.510Z||pool-210-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:53:33.397Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar ASDC sendASDCNotification
2022-08-31T05:53:33.397Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar
2022-08-31T05:53:33.397Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:53:33.398Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:53:33.399Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:53:33.399Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925213397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:53:33.500Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:53:33.500Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:53:33.500Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:53:33.518Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:53:33.519Z||pool-211-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:53:34.400Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:53:34.410Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
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-08-31T05:53:34.411Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:53:34.412Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:53:34.412Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:54:04.412Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:54:04.424Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
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-08-31T05:54:04.426Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:54:04.426Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:54:04.426Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:54:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:54:16.073Z||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-08-31T05:54:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:54:16.103Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:54:16.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:54:16.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925188117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:54:16.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:54:34.426Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:54:34.436Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
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-08-31T05:54:34.437Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:54:34.437Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:54:34.438Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:55:04.438Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:55:04.450Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
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-08-31T05:55:04.451Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:55:04.451Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:55:04.451Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:55:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:55:16.073Z||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-08-31T05:55:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:55:16.099Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:55:16.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:55:16.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925184530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:55:16.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:55:34.452Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:55:34.463Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
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-08-31T05:55:34.465Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:55:34.465Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:55:34.465Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:56:04.465Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:56:04.480Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
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-08-31T05:56:04.482Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:56:04.482Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T05:56:04.482Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T05:56:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:56:16.074Z||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-08-31T05:56:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:56:16.107Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:56:16.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925193996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925195038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925188117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925184530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925193996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925195038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925188117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925184530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925193996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925195038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925198719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925199900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925200283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925193996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925195038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925198719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925200904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:56:16.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "cds",
  "timestamp": 1661925201291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-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-08-31T05:56:16.128Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
2022-08-31T05:56:16.128Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c90d7ee9-be0f-4b56-a76e-2fabc62e04bc 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-08-31T05:56:16.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925193996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925195038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925198719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "policy-id",
  "timestamp": 1661925201906,
  "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-08-31T05:56:16.149Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
2022-08-31T05:56:16.149Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c90d7ee9-be0f-4b56-a76e-2fabc62e04bc 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-08-31T05:56:16.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925198719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925196070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925198719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925203853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925198719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925198719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925206481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925207025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925207561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925208087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925208612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925209160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925209644,
  "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-08-31T05:56:16.167Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
2022-08-31T05:56:16.167Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c90d7ee9-be0f-4b56-a76e-2fabc62e04bc 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-08-31T05:56:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925209485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925210648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925210386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925209983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925209485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925211390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925209983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vfwd80a770351730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925209485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925212394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925209983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925209485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925213397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925209983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925209485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925209983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/resourceInstances/vfwd80a770351730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925215697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925209485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925209983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925209485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925209983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925217254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925217713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925218697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "clamp",
  "timestamp": 1661925219700,
  "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-08-31T05:56:16.186Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
2022-08-31T05:56:16.186Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c90d7ee9-be0f-4b56-a76e-2fabc62e04bc 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-08-31T05:56:16.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925220834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:56:16.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925221838,
  "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-08-31T05:56:16.204Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
2022-08-31T05:56:16.205Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c90d7ee9-be0f-4b56-a76e-2fabc62e04bc 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-08-31T05:56:16.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925228741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831055144/1.0/artifacts/service-Vfw20220831055144-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:56:16.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:56:16.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:56:16.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "aai-ml",
  "timestamp": 1661925229746,
  "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-08-31T05:56:16.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
2022-08-31T05:56:16.222Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c90d7ee9-be0f-4b56-a76e-2fabc62e04bc 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-08-31T05:56:34.482Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:56:34.499Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc
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-08-31T05:56:34.501Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:56:34.502Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:56:34.502Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:56:34.502Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:56:34.502Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:56:34.502Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?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-08-31T05:56:34.506Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:57:04.507Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc 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-08-31T05:57:04.516Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c90d7ee9-be0f-4b56-a76e-2fabc62e04bc and serviceModelVersionId: a4042e6c-f053-4c09-a87e-1f0fb93efd97
2022-08-31T05:57:04.516Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ba5f472-f0d0-447c-9d2c-0b2f050d04b7
2022-08-31T05:57:04.517Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0
2022-08-31T05:57:04.525Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ffb533e-fae7-4cff-b03f-d96402fe8db8/model-vers/model-ver/edc714ff-944b-4f07-bfff-b95add3bbe58?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:57:04.569Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Invoke
2022-08-31T05:57:04.569Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25d421e8-ffcf-4e65-a01c-e28c2ce0dc15], X-ECOMP-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], X-TransactionId=[], X-ONAP-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], Content-Type=[application/merge-patch+json]}
2022-08-31T05:57:06.106Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Invoke
2022-08-31T05:57:06.107Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5075dc10-1e67-4842-9fe2-ee130f697c7b], X-ECOMP-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], X-TransactionId=[], X-ONAP-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], Content-Type=[application/merge-patch+json]}
2022-08-31T05:57:07.648Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Invoke
2022-08-31T05:57:07.649Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e1cc4ac-53ec-495f-b6d5-02f01369ce26], X-ECOMP-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], X-TransactionId=[], X-ONAP-RequestID=[c90d7ee9-be0f-4b56-a76e-2fabc62e04bc], Content-Type=[application/merge-patch+json]}
2022-08-31T05:57:08.674Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:57:08.675Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-08-31T05:57:08.676Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:57:08.676Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-08-31T05:57:08.681Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-08-31T05:57:08.681Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c90d7ee9-be0f-4b56-a76e-2fabc62e04bc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:57:08.682Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:57:08.682Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:08.685Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:08.685Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925428682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:57:08.785Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:57:08.787Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:08.787Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:08.803Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:08.803Z||pool-212-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:57:09.697Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:57:09.698Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-08-31T05:57:09.698Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:14.206Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:14.207Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||received message from topic
2022-08-31T05:57:14.207Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ff30b0a0-f65c-4f36-821d-18544b8fc81e","serviceName":"Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF","serviceVersion":"1.0","serviceUUID":"ed0bff78-ca3b-4b7b-9c22-821762b3dd4a","serviceDescription":"catalog service description","serviceInvariantUUID":"33ef41c9-9bf0-4736-bcc5-9414310771eb","resources":[{"resourceInstanceName":"pNF 9a645214-2c1c 0","resourceName":"pNF 9a645214-2c1c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"761d6fb2-6fc3-4323-a319-2af6e541f7ba","resourceInvariantUUID":"784dd070-2250-4b70-aee8-928d5ec7239c","resourceCustomizationUUID":"a43bf998-cabd-4ee8-8976-852d24bd9c9f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml","artifactChecksum":"YjA0ZTE2NTljYWU1MjM1N2YzOTY2YzViYTZkZTViZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ff8ab08-25e4-41fe-92fc-78a45e46528d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2eb823f7-9f39-4ddc-be78-5cbea99b5ed8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eae0d1c-cc14-4785-9ab8-949a618f0094","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml","artifactChecksum":"OWJkMjk3ZDM3NTJlMTI1MTJlYjRmZDY5MzhmMmE5NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d93774d3-7f4f-4ce1-931f-66a13a09dff2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5d3f376-32b8-4c2b-b5fb-d083d44f546f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8243be1e-9b3c-47f3-afd5-1f85c7ff65ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml","artifactChecksum":"MTc5NzVhN2Q1Y2UwZThjMTcwMzk4YjJjNzUyZDdhMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c507163-533a-4e12-b2bb-bc6e67d9ed69","artifactVersion":"1"},{"artifactName":"service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar","artifactChecksum":"NTdmMzBkM2E1OTg2ODRjOGJkZDMxZjhmNjM0NGJjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7df53bda-6295-4b14-85e5-9bb3ab108a95","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T05:57:14.212Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:57:14.212Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:14.214Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:14.214Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:14.317Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:57:14.318Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:14.318Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:14.330Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:14.331Z||pool-213-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:57:15.216Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:57:15.218Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:15.222Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:15.223Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:15.323Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:57:15.324Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:15.324Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:15.336Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:15.336Z||pool-214-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:57:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:57:16.073Z||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-08-31T05:57:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:16.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:16.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925258719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925264530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925263117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925258719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925264530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925263117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925258719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925264530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925263117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925269485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925269980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925258719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925264530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925263117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925269485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925269980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925258719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925264530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925263117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925269485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925269980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925258719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925264530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925263117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925269485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925269980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925258719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925264530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925263117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925269485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925273994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925269980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925258719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:57:16.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925264530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:57:16.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925263117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:57:16.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925269485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925273994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925269980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925269485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925273994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925276958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:57:16.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925277386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:57:16.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925269980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925269485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:57:16.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925277963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:57:16.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925273994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "cds",
  "timestamp": 1661925278397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-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-08-31T05:57:16.147Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff30b0a0-f65c-4f36-821d-18544b8fc81e
2022-08-31T05:57:16.147Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff30b0a0-f65c-4f36-821d-18544b8fc81e 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-08-31T05:57:16.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925269980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:57:16.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "policy-id",
  "timestamp": 1661925278966,
  "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-08-31T05:57:16.159Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff30b0a0-f65c-4f36-821d-18544b8fc81e
2022-08-31T05:57:16.159Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff30b0a0-f65c-4f36-821d-18544b8fc81e 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-08-31T05:57:16.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925273994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925278269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925278708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925273994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925273994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925280498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925273994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925281502,
  "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-08-31T05:57:16.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff30b0a0-f65c-4f36-821d-18544b8fc81e
2022-08-31T05:57:16.172Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff30b0a0-f65c-4f36-821d-18544b8fc81e 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-08-31T05:57:16.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925282994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:57:16.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925284234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T05:57:16.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925284549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T05:57:16.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925285249,
  "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-08-31T05:57:16.185Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ff30b0a0-f65c-4f36-821d-18544b8fc81e
2022-08-31T05:57:16.185Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff30b0a0-f65c-4f36-821d-18544b8fc81e 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-08-31T05:57:16.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925285038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "aai-ml",
  "timestamp": 1661925285553,
  "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-08-31T05:57:16.197Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ff30b0a0-f65c-4f36-821d-18544b8fc81e
2022-08-31T05:57:16.197Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff30b0a0-f65c-4f36-821d-18544b8fc81e 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-08-31T05:57:16.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925285038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925285038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925285038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925285038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925285038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925285038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925285038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:57:16.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:57:16.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925301710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:57:16.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925303715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:57:16.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:57:16.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:57:16.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "clamp",
  "timestamp": 1661925304719,
  "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-08-31T05:57:16.213Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff30b0a0-f65c-4f36-821d-18544b8fc81e
2022-08-31T05:57:16.213Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff30b0a0-f65c-4f36-821d-18544b8fc81e 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-08-31T05:57:16.223Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:57:16.224Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:16.226Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:16.226Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:16.327Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:57:16.327Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:16.327Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:16.339Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:16.339Z||pool-215-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:57:17.227Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:57:17.228Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:17.230Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:17.231Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:17.331Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:57:17.332Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:17.332Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:17.349Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:17.349Z||pool-216-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:57:18.232Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:57:18.233Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:18.235Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:18.235Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:18.335Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:57:18.336Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:18.336Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:18.350Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:18.350Z||pool-217-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:57:19.236Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:57:19.237Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:19.239Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:19.239Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:19.339Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:57:19.340Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:19.340Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:19.352Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:19.352Z||pool-218-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:57:20.239Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:57:20.240Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:20.242Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:20.242Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:57:20.342Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T05:57:20.343Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:20.343Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:20.356Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:20.356Z||pool-219-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:57:21.243Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T05:57:21.244Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:21.246Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:21.246Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T05:57:21.346Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:57:21.347Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:21.347Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:21.362Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:21.362Z||pool-220-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:57:22.247Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "serviceName": "Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF",
  "serviceVersion": "1.0",
  "serviceUUID": "ed0bff78-ca3b-4b7b-9c22-821762b3dd4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "33ef41c9-9bf0-4736-bcc5-9414310771eb",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a645214-2c1c 0",
      "resourceCustomizationUUID": "a43bf998-cabd-4ee8-8976-852d24bd9c9f",
      "resourceName": "pNF 9a645214-2c1c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "761d6fb2-6fc3-4323-a319-2af6e541f7ba",
      "resourceInvariantUUID": "784dd070-2250-4b70-aee8-928d5ec7239c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
      "artifactChecksum": "NTdmMzBkM2E1OTg2ODRjOGJkZDMxZjhmNjM0NGJjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7df53bda-6295-4b14-85e5-9bb3ab108a95"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T05:57:22.248Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T05:57:22.248Z|c90d7ee9-be0f-4b56-a76e-2fabc62e04bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ed0bff78-ca3b-4b7b-9c22-821762b3dd4a ASDC
2022-08-31T05:57:22.249Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ff30b0a0-f65c-4f36-821d-18544b8fc81e
ServiceName:Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF
ServiceVersion:1.0
ServiceUUID:ed0bff78-ca3b-4b7b-9c22-821762b3dd4a
ServiceInvariantUUID:33ef41c9-9bf0-4736-bcc5-9414310771eb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
ArtifactUUID:7df53bda-6295-4b14-85e5-9bb3ab108a95
ArtifactChecksum:NTdmMzBkM2E1OTg2ODRjOGJkZDMxZjhmNjM0NGJjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a645214-2c1c 0
ResourceCustomizationUUID:a43bf998-cabd-4ee8-8976-852d24bd9c9f
ResourceInvariantUUID:784dd070-2250-4b70-aee8-928d5ec7239c
ResourceName:pNF 9a645214-2c1c
ResourceType:PNF
ResourceUUID:761d6fb2-6fc3-4323-a319-2af6e541f7ba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T05:57:22.249Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed0bff78-ca3b-4b7b-9c22-821762b3dd4a 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-08-31T05:57:22.280Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:57:22.281Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:57:22.281Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:57:22.281Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Trying to download the artifact UUID: 7df53bda-6295-4b14-85e5-9bb3ab108a95 from URL: /sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:22.281Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - download
2022-08-31T05:57:22.281Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:22.420Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T05:57:22.424Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar 7df53bda-6295-4b14-85e5-9bb3ab108a95 82649
2022-08-31T05:57:22.424Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar ASDC sendASDCNotification
2022-08-31T05:57:22.424Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:22.424Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T05:57:22.424Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:22.426Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:22.426Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925442424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T05:57:22.526Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:57:22.527Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:22.528Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:22.540Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:22.540Z||pool-221-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T05:57:23.427Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T05:57:23.428Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||MSO config path is: /app
2022-08-31T05:57:23.428Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Trying to write artifact UUID: 7df53bda-6295-4b14-85e5-9bb3ab108a95, URL: /sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar to file: /app/ASDC/1/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:23.428Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:23.429Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:23.429Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:23.579Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12650998019040327597/Definitions/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml
2022-08-31T05:57:24.460Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T05:57:24.461Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|WARN|500||####################################################################################################
2022-08-31T05:57:24.461Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.461Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T05:57:24.461Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.461Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.462Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.462Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.462Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.462Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.462Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a645214-2c1c 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-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.462Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|WARN|500||####################################################################################################
2022-08-31T05:57:24.462Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.462Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.463Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Node template pNF 9a645214-2c1c 0 is matching search criteria
2022-08-31T05:57:24.463Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:57:24.463Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Found topology templates [pNF 9a645214-2c1c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:57:24.463Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.463Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.463Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Node template pNF 9a645214-2c1c 0 is matching search criteria
2022-08-31T05:57:24.463Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T05:57:24.464Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Found topology templates [pNF 9a645214-2c1c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T05:57:24.464Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.464Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.464Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.464Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.464Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.464Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.465Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.465Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.465Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.465Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.465Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF
Description:catalog service description
Model UUID:ed0bff78-ca3b-4b7b-9c22-821762b3dd4a
Model Version:NULL
Model InvariantUuid:33ef41c9-9bf0-4736-bcc5-9414310771eb
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-08-31T05:57:24.473Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 761d6fb2-6fc3-4323-a319-2af6e541f7ba
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-08-31T05:57:24.481Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||pNF 9a645214-2c1c 0
2022-08-31T05:57:24.481Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 761d6fb2-6fc3-4323-a319-2af6e541f7ba
2022-08-31T05:57:24.481Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||No resources found for Service: ed0bff78-ca3b-4b7b-9c22-821762b3dd4a
2022-08-31T05:57:24.481Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Preparing to deploy Service: ed0bff78-ca3b-4b7b-9c22-821762b3dd4a
2022-08-31T05:57:24.481Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9a645214-2c1c 0 761d6fb2-6fc3-4323-a319-2af6e541f7ba 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-08-31T05:57:24.487Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3747f09f, org.onap.sdc.toscaparser.api.parameters.Input@20cfa54f, org.onap.sdc.toscaparser.api.parameters.Input@6ec8c228, org.onap.sdc.toscaparser.api.parameters.Input@34a010a2, org.onap.sdc.toscaparser.api.parameters.Input@3c6bdda1]
2022-08-31T05:57:24.487Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.487Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.488Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500|| resourceSeq for service uuid ed0bff78-ca3b-4b7b-9c22-821762b3dd4a: pNF 9a645214-2c1c
2022-08-31T05:57:24.488Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Processing PNF resource: 761d6fb2-6fc3-4323-a319-2af6e541f7ba
2022-08-31T05:57:24.488Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T05:57:24.489Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Service Demo_pNF_Lvo8mK8mzbtKJ8KXtwJF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T05:57:24.491Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||Resource customization UUID: a43bf998-cabd-4ee8-8976-852d24bd9c9f is the same as notified resource customizationUUID: a43bf998-cabd-4ee8-8976-852d24bd9c9f
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-08-31T05:57:24.532Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9a645214-2c1c 761d6fb2-6fc3-4323-a319-2af6e541f7ba 0 ASDC deployResourceStructure
2022-08-31T05:57:24.532Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar ASDC sendASDCNotification
2022-08-31T05:57:24.532Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar
2022-08-31T05:57:24.532Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T05:57:24.532Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:24.534Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:24.534Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925444532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T05:57:24.634Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T05:57:24.635Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:24.635Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:24.647Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:24.647Z||pool-222-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-31T05:57:25.535Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff30b0a0-f65c-4f36-821d-18544b8fc81e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T05:57:25.543Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff30b0a0-f65c-4f36-821d-18544b8fc81e
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-08-31T05:57:25.545Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T05:57:25.545Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T05:57:25.545Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T05:57:25.545Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T05:57:25.545Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T05:57:25.545Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T05:57:25.546Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?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-08-31T05:57:25.549Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T05:57:55.550Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ff30b0a0-f65c-4f36-821d-18544b8fc81e 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-08-31T05:57:55.555Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff30b0a0-f65c-4f36-821d-18544b8fc81e and serviceModelVersionId: ed0bff78-ca3b-4b7b-9c22-821762b3dd4a
2022-08-31T05:57:55.555Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33ef41c9-9bf0-4736-bcc5-9414310771eb
2022-08-31T05:57:55.555Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0
2022-08-31T05:57:55.561Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T05:57:55.606Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba5f472-f0d0-447c-9d2c-0b2f050d04b7/model-vers/model-ver/a4042e6c-f053-4c09-a87e-1f0fb93efd97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T05:57:55.608Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Invoke
2022-08-31T05:57:57.144Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T05:57:57.145Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Invoke
2022-08-31T05:57:58.681Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T05:57:58.684Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Invoke
2022-08-31T05:57:59.724Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:57:59.724Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T05:57:59.725Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:57:59.725Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T05:57:59.734Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T05:57:59.734Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff30b0a0-f65c-4f36-821d-18544b8fc81e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T05:57:59.734Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T05:57:59.735Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T05:57:59.737Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T05:57:59.737Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925479734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:57:59.838Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T05:57:59.839Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T05:57:59.839Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:57:59.854Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:57:59.855Z||pool-223-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T05:58:00.748Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:58:00.749Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T05:58:00.749Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:58:10.290Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:58:10.290Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:58:10.291Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T05:58:10.291Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:58:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:58:16.073Z||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-08-31T05:58:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:58:16.092Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:58:16.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:58:16.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c90d7ee9-be0f-4b56-a76e-2fabc62e04bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925428682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T05:58:16.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T05:58:16.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:58:16.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:58:16.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:58:16.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T05:58:16.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:58:16.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:58:19.832Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:58:19.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:58:19.834Z||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-08-31T05:58:19.834Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:58:29.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:58:29.394Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:58:29.395Z||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-08-31T05:58:29.395Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:58:38.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:59:16.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:59:16.070Z||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-08-31T05:59:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:59:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T05:59:16.073Z||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-08-31T05:59:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T05:59:16.096Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T05:59:16.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T05:59:16.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T05:59:16.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T05:59:25.620Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:00:16.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:00:16.070Z||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-08-31T06:00:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:00:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:00:16.073Z||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-08-31T06:00:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:00:16.602Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:00:16.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:00:16.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/resourceInstances/pnf9a6452142c1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:00:16.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925429697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925442424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925444532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvo8mk8mzbtkj8kxtwjf/1.0/artifacts/service-DemoPnfLvo8mk8mzbtkj8kxtwjf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:00:16.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:00:16.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff30b0a0-f65c-4f36-821d-18544b8fc81e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925479734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:00:16.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:00:25.631Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:01:16.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:01:16.071Z||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-08-31T06:01:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:01:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:01:16.073Z||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-08-31T06:01:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:01:25.635Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:01:25.636Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:02:16.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:02:16.070Z||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-08-31T06:02:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:02:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:02:16.073Z||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-08-31T06:02:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:02:25.630Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:02:25.632Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:03:16.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:03:16.070Z||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-08-31T06:03:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:03:16.072Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:03:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:03:16.073Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:03:25.627Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:03:25.629Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:16.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:04:16.070Z||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-08-31T06:04:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:04:16.073Z||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-08-31T06:04:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:16.702Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:16.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8b6aacc-3093-447d-b7c8-2dbb302b4852","serviceName":"Demo_pNF_vguhxwS0Yt5rGiQWXHGv","serviceVersion":"1.0","serviceUUID":"adbce068-b55d-40d6-82c4-44d57038077f","serviceDescription":"catalog service description","serviceInvariantUUID":"8948ca6e-19b3-4d7e-801e-292256b1f165","resources":[{"resourceInstanceName":"pNF ae73f48b-d44f 0","resourceName":"pNF ae73f48b-d44f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f741b7cb-df52-4fbe-a857-9e5ad6bb1acd","resourceInvariantUUID":"c684f876-9034-4fa1-b39d-372e09b2a38d","resourceCustomizationUUID":"4250f018-e529-494c-8ed4-672e395acdc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml","artifactChecksum":"YzU4NDdiYzBiY2JkYjgyMGYwYzg5NzQyMmEwZTg2ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acb25e78-3aa0-4851-b239-113a88a09251","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44e3c3e1-3f7f-4f9d-a290-c788fce92edf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbb65de5-0b14-46c7-b537-a986034b48d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU3NDdlYWQ0M2E0NDg5Y2IxYjAxYWY4OWZmNzBhYTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3561200-d766-4c8e-aae7-7fda766c71b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1136d870-b75c-4c6a-91fc-2dcfb3855ac2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0671e96d-5476-4026-81b9-6127b0743366","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml","artifactChecksum":"NTMyYjk5MjI5ODllZTlmNWVmOGJlZjlhNTJhYjc5MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15e87777-c5ea-4c43-aa11-b14696400bb9","artifactVersion":"1"},{"artifactName":"service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar","artifactChecksum":"MDQxZjkwNDlkOTc4M2NiMmI2ODBlZWY4ODY5NmJkZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04a5ae77-9e5d-4708-8e84-d299960d3417","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T06:04:16.707Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:04:16.707Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:16.711Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:16.711Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.713Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:16.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925825038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925818719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925824530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925825038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925824530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925818719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925825038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925824530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925818719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925825038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925824530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925818719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925825038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925824530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925818719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925825038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925824530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925818719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925825038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925818719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925824530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925825038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:04:16.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661925818719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925824530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925833994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925836120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925835720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:04:16.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925833994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "cds",
  "timestamp": 1661925837126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-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-08-31T06:04:16.739Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8b6aacc-3093-447d-b7c8-2dbb302b4852
2022-08-31T06:04:16.740Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b6aacc-3093-447d-b7c8-2dbb302b4852 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-08-31T06:04:16.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925836724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:04:16.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925833994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "policy-id",
  "timestamp": 1661925837727,
  "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-08-31T06:04:16.754Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8b6aacc-3093-447d-b7c8-2dbb302b4852
2022-08-31T06:04:16.754Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b6aacc-3093-447d-b7c8-2dbb302b4852 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-08-31T06:04:16.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925833994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925833994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925833994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:04:16.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925839485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925833994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925839984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925839485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925833994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925839984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925842792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925839485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925842981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:04:16.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925839984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925839485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925844034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T06:04:16.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925839984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925839485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661925845045,
  "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-08-31T06:04:16.774Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a8b6aacc-3093-447d-b7c8-2dbb302b4852
2022-08-31T06:04:16.774Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b6aacc-3093-447d-b7c8-2dbb302b4852 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-08-31T06:04:16.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925839984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925845795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925839485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925839984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "clamp",
  "timestamp": 1661925846798,
  "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-08-31T06:04:16.789Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8b6aacc-3093-447d-b7c8-2dbb302b4852
2022-08-31T06:04:16.789Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b6aacc-3093-447d-b7c8-2dbb302b4852 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-08-31T06:04:16.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925839485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925839984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:16.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925839485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:04:16.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925839984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:04:16.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:04:16.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925848261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:04:16.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925848762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:04:16.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925850667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:04:16.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661925851671,
  "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-08-31T06:04:16.807Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8b6aacc-3093-447d-b7c8-2dbb302b4852
2022-08-31T06:04:16.807Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b6aacc-3093-447d-b7c8-2dbb302b4852 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-08-31T06:04:16.811Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:04:16.812Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:16.812Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:16.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925854565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T06:04:16.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:04:16.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:04:16.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "aai-ml",
  "timestamp": 1661925855570,
  "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-08-31T06:04:16.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a8b6aacc-3093-447d-b7c8-2dbb302b4852
2022-08-31T06:04:16.822Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b6aacc-3093-447d-b7c8-2dbb302b4852 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-08-31T06:04:16.831Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:16.832Z||pool-224-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:04:17.712Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:04:17.717Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:17.719Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:17.719Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:17.819Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:04:17.820Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:17.820Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:17.833Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:17.833Z||pool-225-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:04:18.720Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:04:18.720Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:18.722Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:18.723Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:18.823Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:04:18.824Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:18.824Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:18.838Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:18.839Z||pool-226-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:04:19.724Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:04:19.725Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:19.726Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:19.727Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:19.827Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:04:19.828Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:19.828Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:19.842Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:19.842Z||pool-227-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:04:20.727Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:04:20.728Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:20.730Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:20.730Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:20.830Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:04:20.831Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:20.831Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:20.844Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:20.844Z||pool-228-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:04:21.731Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:04:21.732Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:21.734Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:21.734Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:21.834Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:04:21.835Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:21.835Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:21.847Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:21.848Z||pool-229-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:04:22.735Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:04:22.736Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:22.738Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:22.738Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:04:22.838Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:04:22.839Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:22.839Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:22.852Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:22.853Z||pool-230-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:04:23.738Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:04:23.739Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:23.741Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:23.741Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:04:23.842Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T06:04:23.842Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:23.843Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:23.855Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:23.855Z||pool-231-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:04:24.742Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "serviceName": "Demo_pNF_vguhxwS0Yt5rGiQWXHGv",
  "serviceVersion": "1.0",
  "serviceUUID": "adbce068-b55d-40d6-82c4-44d57038077f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8948ca6e-19b3-4d7e-801e-292256b1f165",
  "resources": [
    {
      "resourceInstanceName": "pNF ae73f48b-d44f 0",
      "resourceCustomizationUUID": "4250f018-e529-494c-8ed4-672e395acdc8",
      "resourceName": "pNF ae73f48b-d44f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f741b7cb-df52-4fbe-a857-9e5ad6bb1acd",
      "resourceInvariantUUID": "c684f876-9034-4fa1-b39d-372e09b2a38d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
      "artifactChecksum": "MDQxZjkwNDlkOTc4M2NiMmI2ODBlZWY4ODY5NmJkZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04a5ae77-9e5d-4708-8e84-d299960d3417"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T06:04:24.743Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T06:04:24.744Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 adbce068-b55d-40d6-82c4-44d57038077f ASDC
2022-08-31T06:04:24.745Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a8b6aacc-3093-447d-b7c8-2dbb302b4852
ServiceName:Demo_pNF_vguhxwS0Yt5rGiQWXHGv
ServiceVersion:1.0
ServiceUUID:adbce068-b55d-40d6-82c4-44d57038077f
ServiceInvariantUUID:8948ca6e-19b3-4d7e-801e-292256b1f165
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
ArtifactUUID:04a5ae77-9e5d-4708-8e84-d299960d3417
ArtifactChecksum:MDQxZjkwNDlkOTc4M2NiMmI2ODBlZWY4ODY5NmJkZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ae73f48b-d44f 0
ResourceCustomizationUUID:4250f018-e529-494c-8ed4-672e395acdc8
ResourceInvariantUUID:c684f876-9034-4fa1-b39d-372e09b2a38d
ResourceName:pNF ae73f48b-d44f
ResourceType:PNF
ResourceUUID:f741b7cb-df52-4fbe-a857-9e5ad6bb1acd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T06:04:24.745Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adbce068-b55d-40d6-82c4-44d57038077f 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-08-31T06:04:24.769Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:04:24.770Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-31T06:04:24.770Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-31T06:04:24.770Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 04a5ae77-9e5d-4708-8e84-d299960d3417 from URL: /sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:24.770Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-31T06:04:24.771Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:24.905Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-31T06:04:24.909Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar 04a5ae77-9e5d-4708-8e84-d299960d3417 82661
2022-08-31T06:04:24.909Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar ASDC sendASDCNotification
2022-08-31T06:04:24.909Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:24.909Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:04:24.910Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:24.913Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:24.913Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925864909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:04:25.013Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:04:25.014Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:25.014Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:25.027Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:25.027Z||pool-232-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:04:25.914Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:04:25.915Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-31T06:04:25.915Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 04a5ae77-9e5d-4708-8e84-d299960d3417, URL: /sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar to file: /app/ASDC/1/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:25.916Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:25.916Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:25.916Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.044Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5094442027105744917/Definitions/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml
2022-08-31T06:04:26.745Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-31T06:04:26.746Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-31T06:04:26.746Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.746Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T06:04:26.746Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||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-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.746Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.746Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ae73f48b-d44f 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-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.746Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||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-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.747Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||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-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.747Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||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-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.747Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||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-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.747Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-31T06:04:26.747Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.748Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.748Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Node template pNF ae73f48b-d44f 0 is matching search criteria
2022-08-31T06:04:26.748Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-31T06:04:26.748Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ae73f48b-d44f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:04:26.749Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.749Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.749Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Node template pNF ae73f48b-d44f 0 is matching search criteria
2022-08-31T06:04:26.749Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-31T06:04:26.749Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ae73f48b-d44f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:04:26.749Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.750Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.750Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.750Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.750Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.750Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.751Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.751Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.751Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.751Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.751Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vguhxwS0Yt5rGiQWXHGv
Description:catalog service description
Model UUID:adbce068-b55d-40d6-82c4-44d57038077f
Model Version:NULL
Model InvariantUuid:8948ca6e-19b3-4d7e-801e-292256b1f165
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-08-31T06:04:26.757Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: f741b7cb-df52-4fbe-a857-9e5ad6bb1acd
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-08-31T06:04:26.761Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||pNF ae73f48b-d44f 0
2022-08-31T06:04:26.761Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f741b7cb-df52-4fbe-a857-9e5ad6bb1acd
2022-08-31T06:04:26.761Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||No resources found for Service: adbce068-b55d-40d6-82c4-44d57038077f
2022-08-31T06:04:26.761Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: adbce068-b55d-40d6-82c4-44d57038077f
2022-08-31T06:04:26.761Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ae73f48b-d44f 0 f741b7cb-df52-4fbe-a857-9e5ad6bb1acd 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-08-31T06:04:26.765Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d3055c7, org.onap.sdc.toscaparser.api.parameters.Input@3c13402c, org.onap.sdc.toscaparser.api.parameters.Input@197c032c, org.onap.sdc.toscaparser.api.parameters.Input@546dc615, org.onap.sdc.toscaparser.api.parameters.Input@5b7c2f32]
2022-08-31T06:04:26.766Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.766Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.766Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid adbce068-b55d-40d6-82c4-44d57038077f: pNF ae73f48b-d44f
2022-08-31T06:04:26.766Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||Processing PNF resource: f741b7cb-df52-4fbe-a857-9e5ad6bb1acd
2022-08-31T06:04:26.767Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:04:26.767Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_vguhxwS0Yt5rGiQWXHGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:04:26.767Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||Resource customization UUID: 4250f018-e529-494c-8ed4-672e395acdc8 is the same as notified resource customizationUUID: 4250f018-e529-494c-8ed4-672e395acdc8
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-08-31T06:04:26.803Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ae73f48b-d44f f741b7cb-df52-4fbe-a857-9e5ad6bb1acd 0 ASDC deployResourceStructure
2022-08-31T06:04:26.804Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar ASDC sendASDCNotification
2022-08-31T06:04:26.804Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar
2022-08-31T06:04:26.804Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:04:26.804Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-31T06:04:26.806Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:04:26.806Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925866804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:04:26.906Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:04:26.907Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:04:26.907Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:04:26.920Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:04:26.920Z||pool-233-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:04:27.807Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8b6aacc-3093-447d-b7c8-2dbb302b4852
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:04:27.818Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8b6aacc-3093-447d-b7c8-2dbb302b4852
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-08-31T06:04:27.820Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:04:27.820Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T06:04:27.821Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T06:04:27.821Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T06:04:27.821Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T06:04:27.821Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T06:04:27.822Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||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-08-31T06:04:27.825Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T06:04:57.826Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8b6aacc-3093-447d-b7c8-2dbb302b4852 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-08-31T06:04:57.832Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8b6aacc-3093-447d-b7c8-2dbb302b4852 and serviceModelVersionId: adbce068-b55d-40d6-82c4-44d57038077f
2022-08-31T06:04:57.832Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8948ca6e-19b3-4d7e-801e-292256b1f165
2022-08-31T06:04:57.833Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0
2022-08-31T06:04:57.836Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-31T06:04:57.865Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||Invoke
2022-08-31T06:04:57.866Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e70426fa-c435-4e84-a729-37707faf861a], X-ECOMP-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], X-TransactionId=[], X-ONAP-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], Content-Type=[application/merge-patch+json]}
2022-08-31T06:04:59.384Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||Invoke
2022-08-31T06:04:59.385Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c291c419-e927-4cbe-9619-cb629b181590], X-ECOMP-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], X-TransactionId=[], X-ONAP-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], Content-Type=[application/merge-patch+json]}
2022-08-31T06:05:00.934Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||Invoke
2022-08-31T06:05:00.935Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f66f4bc1-c678-452f-b2f4-4c033d10538c], X-ECOMP-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], X-TransactionId=[], X-ONAP-RequestID=[a8b6aacc-3093-447d-b7c8-2dbb302b4852], Content-Type=[application/merge-patch+json]}
2022-08-31T06:05:01.954Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:05:01.955Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T06:05:01.955Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:05:01.955Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T06:05:01.961Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T06:05:01.962Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8b6aacc-3093-447d-b7c8-2dbb302b4852 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:05:01.962Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T06:05:01.962Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:05:01.964Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:05:01.964Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925901962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:05:02.066Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T06:05:02.066Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:05:02.067Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:05:02.081Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:05:02.081Z||pool-234-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-08-31T06:05:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:05:16.070Z||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-08-31T06:05:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:05:16.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:05:16.073Z||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-08-31T06:05:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:05:16.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:05:16.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:05:16.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:05:16.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:05:25.645Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:06:16.070Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:06:16.071Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T06:06:16.071Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:06:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:06:16.073Z||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-08-31T06:06:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:06:16.607Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:06:16.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:06:16.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:06:16.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:06:16.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:06:16.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:06:16.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:06:16.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:06:16.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:06:16.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/resourceInstances/pnfae73f48bd44f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925856070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925864909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925866804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVguhxws0yt5rgiqwxhgv/1.0/artifacts/service-DemoPnfVguhxws0yt5rgiqwxhgv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:06:16.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:06:16.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:06:16.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b6aacc-3093-447d-b7c8-2dbb302b4852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661925901962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:06:16.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:06:25.643Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:07:16.070Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:07:16.072Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T06:07:16.072Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:07:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:07:16.073Z||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-08-31T06:07:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:07:25.638Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:07:25.640Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:08:16.070Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:08:16.072Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T06:08:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:08:16.073Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:08:16.073Z||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-08-31T06:08:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:08:25.628Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:08:25.629Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:16.070Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:09:16.071Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T06:09:16.071Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:09:16.073Z||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-08-31T06:09:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:16.704Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:16.705Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||received message from topic
2022-08-31T06:09:16.705Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"324c1744-cc8d-4394-9a20-b0da9c2646f0","serviceName":"vFW 2022-08-31 06-06-50","serviceVersion":"1.0","serviceUUID":"a97e0469-e25e-478e-9004-c18b2f7182fa","serviceDescription":"catalog service description","serviceInvariantUUID":"d4948222-31ed-44f1-af67-da5f673906c8","resources":[{"resourceInstanceName":"vFW 897e322a-c31b 0","resourceName":"vFW 897e322a-c31b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bfb22fda-9089-42f9-9986-6c9ab0c0abe6","resourceInvariantUUID":"85c177cd-a20e-4588-80ed-37b73c6c789b","resourceCustomizationUUID":"85c6d037-cb92-401c-932e-31b767e267c2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml","artifactChecksum":"ODBhOTU5MzkzNjFjYjBmNTgwODZkNzhiMDIzM2M5N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d85254-9af5-4042-8fea-c32e32869d76","artifactVersion":"1"},{"artifactName":"vfw897e322ac31b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json","artifactChecksum":"ZjFkMTRlMWRhMzIzNDMwNzQ0NzYyYjY2MWEwYjdjZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfae7191-3682-4d2a-b553-ab0385a8e3f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d34886ee-38c0-4856-99b2-556ac28f7536","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml","artifactChecksum":"YTkwZGZjYjcwMzNiZDlhMTg1MjgzMDU4Njc5NzhlMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecbb5089-b685-4401-b194-851c9abac799","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"42c5e6f7-3e90-43f5-b913-adca57f5a90b","artifactVersion":"2","generatedFromUUID":"d34886ee-38c0-4856-99b2-556ac28f7536"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220831060650-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml","artifactChecksum":"NmJjMjg5Y2QwNzEzYTgzYWVkMGQxYWY4OTU1YzU3ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3faac32b-bdd4-4833-80b9-de40255aac1a","artifactVersion":"1"},{"artifactName":"service-Vfw20220831060650-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar","artifactChecksum":"YzBmNWEwZjUzYjM0MzNiMWFjZGYxZjZkZWVmNjAwNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f4588dc-fd1d-4b74-95bd-3ac7e5c43254","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T06:09:16.708Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:16.709Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:09:16.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926109485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.710Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:16.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926109980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926104530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926113994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926109485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926109980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926104530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926113994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.717Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:16.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926109485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.717Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926109980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926104530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926113994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926109485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926104530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926109980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926113994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926109485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926104530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926109980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926118118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926113994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926109485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926104530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926109980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926118118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926118719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926113994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926109485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926104530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926109980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926118118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926118719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926113994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926120487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:16.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926121309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:16.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926120522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:16.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926118118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926118719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926122314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:09:16.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926118118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926118719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "policy-id",
  "timestamp": 1661926123319,
  "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-08-31T06:09:16.759Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 324c1744-cc8d-4394-9a20-b0da9c2646f0
2022-08-31T06:09:16.759Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 324c1744-cc8d-4394-9a20-b0da9c2646f0 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-08-31T06:09:16.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926118118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926118719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926118118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926118719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926123960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:09:16.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926125900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:16.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926125038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926118719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926124968,
  "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-08-31T06:09:16.777Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 324c1744-cc8d-4394-9a20-b0da9c2646f0
2022-08-31T06:09:16.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 324c1744-cc8d-4394-9a20-b0da9c2646f0 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-08-31T06:09:16.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "cds",
  "timestamp": 1661926126907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-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-08-31T06:09:16.792Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 324c1744-cc8d-4394-9a20-b0da9c2646f0
2022-08-31T06:09:16.792Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 324c1744-cc8d-4394-9a20-b0da9c2646f0 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-08-31T06:09:16.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926125038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926126469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:16.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926125038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926127559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:16.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926125038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926128763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:16.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926125038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926129797,
  "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-08-31T06:09:16.809Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 324c1744-cc8d-4394-9a20-b0da9c2646f0
2022-08-31T06:09:16.810Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 324c1744-cc8d-4394-9a20-b0da9c2646f0 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-08-31T06:09:16.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926125038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:16.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926130801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T06:09:16.817Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:16.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926125038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:09:16.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:09:16.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926131877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T06:09:16.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "aai-ml",
  "timestamp": 1661926132881,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
2022-08-31T06:09:16.820Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:16.820Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T06:09:16.824Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 324c1744-cc8d-4394-9a20-b0da9c2646f0
2022-08-31T06:09:16.824Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 324c1744-cc8d-4394-9a20-b0da9c2646f0 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-08-31T06:09:16.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926136853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:16.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926139854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:09:16.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:09:16.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:09:16.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "clamp",
  "timestamp": 1661926140857,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-08-31T06:09:16.834Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:16.834Z||pool-235-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=?
2022-08-31T06:09:16.837Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 324c1744-cc8d-4394-9a20-b0da9c2646f0
2022-08-31T06:09:16.837Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 324c1744-cc8d-4394-9a20-b0da9c2646f0 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-08-31T06:09:17.718Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:09:17.719Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:17.721Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:17.721Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T06:09:17.821Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:17.822Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:17.822Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:17.834Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:17.834Z||pool-236-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:18.721Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:09:18.722Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:18.724Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:18.724Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:09:18.824Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:18.825Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:18.825Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:18.838Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:18.838Z||pool-237-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:19.725Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:09:19.725Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:19.728Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:19.728Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:19.828Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:19.829Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:19.829Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:19.841Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:19.842Z||pool-238-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:20.728Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:09:20.730Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:20.732Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:20.732Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T06:09:20.832Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:20.833Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:20.833Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:20.845Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:20.845Z||pool-239-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:09:21.732Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:09:21.733Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:21.736Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:21.736Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:09:21.836Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:21.837Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:21.837Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:21.856Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:21.856Z||pool-240-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:09:22.737Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:09:22.738Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:22.740Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:22.740Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:09:22.840Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:22.841Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:22.841Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:22.853Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:22.853Z||pool-241-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:09:23.741Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "serviceName": "vFW 2022-08-31 06-06-50",
  "serviceVersion": "1.0",
  "serviceUUID": "a97e0469-e25e-478e-9004-c18b2f7182fa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d4948222-31ed-44f1-af67-da5f673906c8",
  "resources": [
    {
      "resourceInstanceName": "vFW 897e322a-c31b 0",
      "resourceCustomizationUUID": "85c6d037-cb92-401c-932e-31b767e267c2",
      "resourceName": "vFW 897e322a-c31b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bfb22fda-9089-42f9-9986-6c9ab0c0abe6",
      "resourceInvariantUUID": "85c177cd-a20e-4588-80ed-37b73c6c789b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw897e322ac31b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
          "artifactChecksum": "ZjFkMTRlMWRhMzIzNDMwNzQ0NzYyYjY2MWEwYjdjZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bfae7191-3682-4d2a-b553-ab0385a8e3f4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d34886ee-38c0-4856-99b2-556ac28f7536",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "42c5e6f7-3e90-43f5-b913-adca57f5a90b",
            "generatedFromUUID": "d34886ee-38c0-4856-99b2-556ac28f7536"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "42c5e6f7-3e90-43f5-b913-adca57f5a90b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220831060650-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
      "artifactChecksum": "YzBmNWEwZjUzYjM0MzNiMWFjZGYxZjZkZWVmNjAwNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f4588dc-fd1d-4b74-95bd-3ac7e5c43254"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T06:09:23.742Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T06:09:23.742Z|ff30b0a0-f65c-4f36-821d-18544b8fc81e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a97e0469-e25e-478e-9004-c18b2f7182fa ASDC
2022-08-31T06:09:23.743Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:324c1744-cc8d-4394-9a20-b0da9c2646f0
ServiceName:vFW 2022-08-31 06-06-50
ServiceVersion:1.0
ServiceUUID:a97e0469-e25e-478e-9004-c18b2f7182fa
ServiceInvariantUUID:d4948222-31ed-44f1-af67-da5f673906c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220831060650-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar
ArtifactUUID:3f4588dc-fd1d-4b74-95bd-3ac7e5c43254
ArtifactChecksum:YzBmNWEwZjUzYjM0MzNiMWFjZGYxZjZkZWVmNjAwNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 897e322a-c31b 0
ResourceCustomizationUUID:85c6d037-cb92-401c-932e-31b767e267c2
ResourceInvariantUUID:85c177cd-a20e-4588-80ed-37b73c6c789b
ResourceName:vFW 897e322a-c31b
ResourceType:VF
ResourceUUID:bfb22fda-9089-42f9-9986-6c9ab0c0abe6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw897e322ac31b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json
ArtifactUUID:bfae7191-3682-4d2a-b553-ab0385a8e3f4
ArtifactChecksum:ZjFkMTRlMWRhMzIzNDMwNzQ0NzYyYjY2MWEwYjdjZjA=
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/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml
ArtifactUUID:d34886ee-38c0-4856-99b2-556ac28f7536
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/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env
ArtifactUUID:42c5e6f7-3e90-43f5-b913-adca57f5a90b
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/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env
ArtifactUUID:42c5e6f7-3e90-43f5-b913-adca57f5a90b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T06:09:23.744Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a97e0469-e25e-478e-9004-c18b2f7182fa 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-08-31T06:09:23.781Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:09:23.782Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:09:23.783Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:09:23.783Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Trying to download the artifact UUID: 3f4588dc-fd1d-4b74-95bd-3ac7e5c43254 from URL: /sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar
2022-08-31T06:09:23.783Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:09:23.783Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar
2022-08-31T06:09:23.854Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:09:23.859Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar 3f4588dc-fd1d-4b74-95bd-3ac7e5c43254 99026
2022-08-31T06:09:23.859Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar ASDC sendASDCNotification
2022-08-31T06:09:23.859Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar
2022-08-31T06:09:23.859Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:09:23.860Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:23.862Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:23.862Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926163859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:23.963Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T06:09:23.964Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:23.964Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:23.987Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:23.988Z||pool-242-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:24.862Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:09:24.864Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:09:24.864Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Trying to write artifact UUID: 3f4588dc-fd1d-4b74-95bd-3ac7e5c43254, URL: /sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar to file: /app/ASDC/1/service-Vfw20220831060650-csar.csar
2022-08-31T06:09:24.864Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220831060650-csar.csar
2022-08-31T06:09:24.865Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220831060650-csar.csar
2022-08-31T06:09:24.865Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220831060650-csar.csar
2022-08-31T06:09:25.135Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4584748572883507381/Definitions/service-Vfw20220831060650-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-08-31T06:09:27.202Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T06:09:27.203Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|WARN|500||####################################################################################################
2022-08-31T06:09:27.203Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.203Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-31T06:09:27.203Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.203Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.203Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.203Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 897e322a-c31b 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-Vfw20220831060650-csar.csar
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|WARN|500||####################################################################################################
2022-08-31T06:09:27.204Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.205Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:27.205Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:27.205Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T06:09:27.205Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:09:27.205Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.206Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:27.206Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:27.206Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T06:09:27.206Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:09:27.206Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.206Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:27.207Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.207Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is not matching search criteria
2022-08-31T06:09:27.207Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T06:09:27.207Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T06:09:27.207Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.207Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.207Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T06:09:27.207Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.208Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T06:09:27.208Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T06:09:27.208Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T06:09:27.208Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.208Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.208Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T06:09:27.208Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.209Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T06:09:27.209Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.209Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T06:09:27.209Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.209Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T06:09:27.209Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.210Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:27.210Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:09:27.210Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.210Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:27.210Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:09:27.210Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.210Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:27.211Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:09:27.211Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.211Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is not matching search criteria
2022-08-31T06:09:27.211Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T06:09:27.211Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T06:09:27.211Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T06:09:27.211Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T06:09:27.212Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T06:09:27.212Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.212Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.212Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T06:09:27.212Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.212Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T06:09:27.212Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.212Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce6e932b-f595-4fd5-af8a-15276dcfd37e
2022-08-31T06:09:27.213Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.213Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is not matching search criteria
2022-08-31T06:09:27.213Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T06:09:27.213Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T06:09:27.213Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.213Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.213Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T06:09:27.213Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=307c0ee0-733f-4c03-95e1-91a95619b086
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.214Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T06:09:27.215Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T06:09:27.216Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:27.216Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:27.216Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T06:09:27.216Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8a38d6a4-50fc-4eeb-bbb4-a57caaca7805
2022-08-31T06:09:27.216Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.216Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:27.216Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.216Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:27.217Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.217Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:27.217Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:27.217Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:27.217Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-31 06-06-50
Description:catalog service description
Model UUID:a97e0469-e25e-478e-9004-c18b2f7182fa
Model Version:NULL
Model InvariantUuid:d4948222-31ed-44f1-af67-da5f673906c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 897e322a-c31b
Model UUID:fc01b06a-2811-4821-9f78-1e53ecb978d0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85c177cd-a20e-4588-80ed-37b73c6c789b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:85c6d037-cb92-401c-932e-31b767e267c2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29ebc727-67c8-4de8-8634-c2148a62ba0b
ModelName:Vfw897e322aC31b..base_vfw..module-0
ModelUuid:bf83cd8b-f83d-4978-9586-a3cf914ae856
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ce6e932b-f595-4fd5-af8a-15276dcfd37e
ModelInvariantUuid:88caf962-c305-4076-808f-c94efc66e595
ModelName:vFW 897e322a-c31b-nodes.vfwCvfc
ModelUuid:3c5b241e-90bc-481b-9478-95aacdec9c33
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:de792f19-ac8c-4359-bfd4-eccce4bf256a
ModelInvariantUuid:7fb8fe7e-cce7-4196-907c-9cdbf1ca66e8
ModelName:Vfw897e322aC31b.compute.nodes.heat.vfw
ModelUuid:435a8915-3881-4901-ba84-18a810c1018c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:307c0ee0-733f-4c03-95e1-91a95619b086
ModelInvariantUuid:9e5b7a3e-5a6b-4667-958f-9fdc0e3bf1c7
ModelName:vFW 897e322a-c31b-nodes.vsnCvfc
ModelUuid:35bb76f9-063f-491a-a5df-aacfbaf1ed65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1fd92b55-9363-4a2f-a050-5548b5b3e0d0
ModelInvariantUuid:764bd29d-1487-476d-b166-5aa68e5371f3
ModelName:Vfw897e322aC31b.compute.nodes.heat.vsn
ModelUuid:bc9c1596-c922-4bdb-8a74-f591f9a4ebcd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8a38d6a4-50fc-4eeb-bbb4-a57caaca7805
ModelInvariantUuid:4d3a6397-6231-4c9d-9dcc-7d0c257be28e
ModelName:vFW 897e322a-c31b-nodes.vpgCvfc
ModelUuid:1dfbd21f-8cbe-4cb6-9746-1e0c77edb43e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f3458bf9-fd0d-4637-9f2c-815b642c2d5f
ModelInvariantUuid:6316dbbe-cefe-4cf3-9da8-91ef1c627249
ModelName:Vfw897e322aC31b.compute.nodes.heat.vpg
ModelUuid:45352ccc-d1f7-4ad6-80e9-e26904b9c341
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-08-31T06:09:27.225Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: bfb22fda-9089-42f9-9986-6c9ab0c0abe6
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-08-31T06:09:27.229Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||vFW 897e322a-c31b 0
2022-08-31T06:09:27.229Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: bfb22fda-9089-42f9-9986-6c9ab0c0abe6
2022-08-31T06:09:27.229Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Trying to download the artifact UUID: bfae7191-3682-4d2a-b553-ab0385a8e3f4 from URL: /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json
2022-08-31T06:09:27.229Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:09:27.230Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json
2022-08-31T06:09:27.286Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:09:27.286Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json bfae7191-3682-4d2a-b553-ab0385a8e3f4 785
2022-08-31T06:09:27.287Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json ASDC sendASDCNotification
2022-08-31T06:09:27.287Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json
2022-08-31T06:09:27.287Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:09:27.287Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:27.289Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:27.289Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926167287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:27.389Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:27.390Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:27.390Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:27.403Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:27.403Z||pool-243-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:28.290Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw897e322aC31b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "29ebc727-67c8-4de8-8634-c2148a62ba0b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf83cd8b-f83d-4978-9586-a3cf914ae856",
    "vfModuleModelCustomizationUUID": "3d386ffe-4279-43a6-b305-9b1be7bba39f",
    "isBase": true,
    "artifacts": [
      "d34886ee-38c0-4856-99b2-556ac28f7536",
      "42c5e6f7-3e90-43f5-b913-adca57f5a90b"
    ],
    "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-08-31T06:09:28.294Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw897e322aC31b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf83cd8b-f83d-4978-9586-a3cf914ae856
VfModuleModelInvariantUUID:29ebc727-67c8-4de8-8634-c2148a62ba0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
d34886ee-38c0-4856-99b2-556ac28f7536
,
42c5e6f7-3e90-43f5-b913-adca57f5a90b

}
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-08-31T06:09:28.295Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw897e322aC31b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "29ebc727-67c8-4de8-8634-c2148a62ba0b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf83cd8b-f83d-4978-9586-a3cf914ae856",
    "vfModuleModelCustomizationUUID": "3d386ffe-4279-43a6-b305-9b1be7bba39f",
    "isBase": true,
    "artifacts": [
      "d34886ee-38c0-4856-99b2-556ac28f7536",
      "42c5e6f7-3e90-43f5-b913-adca57f5a90b"
    ],
    "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-08-31T06:09:28.296Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw897e322aC31b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf83cd8b-f83d-4978-9586-a3cf914ae856
VfModuleModelInvariantUUID:29ebc727-67c8-4de8-8634-c2148a62ba0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
d34886ee-38c0-4856-99b2-556ac28f7536
,
42c5e6f7-3e90-43f5-b913-adca57f5a90b

}
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-08-31T06:09:28.296Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Trying to download the artifact UUID: d34886ee-38c0-4856-99b2-556ac28f7536 from URL: /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml
2022-08-31T06:09:28.296Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:09:28.296Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml
2022-08-31T06:09:28.361Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:09:28.362Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml d34886ee-38c0-4856-99b2-556ac28f7536 20368
2022-08-31T06:09:28.362Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T06:09:28.362Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml
2022-08-31T06:09:28.363Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:09:28.363Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:28.365Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:28.365Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926168362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:28.465Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:28.466Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:28.466Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:28.478Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:28.478Z||pool-244-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:29.365Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Trying to download the artifact UUID: 42c5e6f7-3e90-43f5-b913-adca57f5a90b from URL: /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env
2022-08-31T06:09:29.366Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:09:29.366Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env
2022-08-31T06:09:29.428Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:09:29.428Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env 42c5e6f7-3e90-43f5-b913-adca57f5a90b 2098
2022-08-31T06:09:29.429Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T06:09:29.429Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env
2022-08-31T06:09:29.429Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:09:29.429Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:29.432Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:29.432Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926169429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:09:29.532Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:29.533Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:29.533Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:29.543Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:29.544Z||pool-245-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:30.432Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Preparing to deploy Service: a97e0469-e25e-478e-9004-c18b2f7182fa
2022-08-31T06:09:30.433Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 897e322a-c31b 0 bfb22fda-9089-42f9-9986-6c9ab0c0abe6 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-08-31T06:09:30.464Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53b5f426, org.onap.sdc.toscaparser.api.parameters.Input@411f9a76, org.onap.sdc.toscaparser.api.parameters.Input@1bba85c2, org.onap.sdc.toscaparser.api.parameters.Input@5bdc3a16, org.onap.sdc.toscaparser.api.parameters.Input@2734f18f]
2022-08-31T06:09:30.466Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.466Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:30.466Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-31T06:09:30.466Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||VFCustomizationUUID= 85c6d037-cb92-401c-932e-31b767e267c2
2022-08-31T06:09:30.466Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85c6d037-cb92-401c-932e-31b767e267c2 matches Tosca VF Customization UUID: 85c6d037-cb92-401c-932e-31b767e267c2
2022-08-31T06:09:30.466Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||vfCustomizationUUID: 85c6d037-cb92-401c-932e-31b767e267c2  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-08-31T06:09:30.469Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.469Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:30.470Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||resource request for resource customization id 85c6d037-cb92-401c-932e-31b767e267c2: {\"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-08-31T06:09:30.470Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6fa89d05
2022-08-31T06:09:30.470Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.470Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T06:09:30.470Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d386ffe-4279-43a6-b305-9b1be7bba39f
2022-08-31T06:09:30.471Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d386ffe-4279-43a6-b305-9b1be7bba39f
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-08-31T06:09:30.473Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.473Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:30.473Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:09:30.473Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.474Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:30.474Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:09:30.474Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.474Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is not matching search criteria
2022-08-31T06:09:30.474Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T06:09:30.474Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-31T06:09:30.475Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T06:09:30.475Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T06:09:30.475Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T06:09:30.475Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:30.475Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:30.476Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T06:09:30.476Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:30.476Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T06:09:30.476Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:30.476Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce6e932b-f595-4fd5-af8a-15276dcfd37e
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-08-31T06:09:30.487Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.488Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:30.488Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:09:30.488Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.488Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is not matching search criteria
2022-08-31T06:09:30.489Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T06:09:30.489Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T06:09:30.489Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:30.489Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:30.489Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T06:09:30.490Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:30.490Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T06:09:30.490Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-31T06:09:30.490Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-31T06:09:30.490Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:30.490Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-31T06:09:30.491Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:30.491Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=307c0ee0-733f-4c03-95e1-91a95619b086
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-08-31T06:09:30.493Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.493Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:30.494Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:09:30.494Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.494Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is not matching search criteria
2022-08-31T06:09:30.494Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-31T06:09:30.494Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-31T06:09:30.495Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:30.495Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:30.495Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-31T06:09:30.495Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-31T06:09:30.495Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-31T06:09:30.495Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-31T06:09:30.496Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-31T06:09:30.496Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-31T06:09:30.496Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-31T06:09:30.496Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-31T06:09:30.496Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8a38d6a4-50fc-4eeb-bbb4-a57caaca7805
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-08-31T06:09:30.499Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.499Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:30.499Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:09:30.500Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.500Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Node template vFW 897e322a-c31b 0 is matching search criteria
2022-08-31T06:09:30.500Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found topology templates [vFW 897e322a-c31b 0] matching following query criteria: sdcType=VF, customizationUUID=85c6d037-cb92-401c-932e-31b767e267c2
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-08-31T06:09:30.502Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.502Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:30.502Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500|| resourceSeq for service uuid a97e0469-e25e-478e-9004-c18b2f7182fa: vFW 897e322a-c31b
2022-08-31T06:09:30.503Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.503Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:30.503Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.503Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:30.503Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.504Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:30.504Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.504Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:30.504Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:09:30.504Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Service vFW 2022-08-31 06-06-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:09:30.504Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||Saving Service: vFW 2022-08-31 06-06-50 
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-08-31T06:09:30.745Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 897e322a-c31b bfb22fda-9089-42f9-9986-6c9ab0c0abe6 1 ASDC deployResourceStructure
2022-08-31T06:09:30.746Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json ASDC sendASDCNotification
2022-08-31T06:09:30.746Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json
2022-08-31T06:09:30.746Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:09:30.746Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:30.748Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:30.749Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926170745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T06:09:30.849Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:09:30.849Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:30.849Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:30.859Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:30.859Z||pool-246-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:31.750Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-31T06:09:31.751Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml
2022-08-31T06:09:31.751Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:09:31.751Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:31.753Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:31.754Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926171750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T06:09:31.858Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-31T06:09:31.859Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:31.859Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:31.872Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:31.872Z||pool-247-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:32.755Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-31T06:09:32.755Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env
2022-08-31T06:09:32.755Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:09:32.756Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:32.758Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:32.758Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926172755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T06:09:32.858Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:09:32.859Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:32.859Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:32.875Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:32.875Z||pool-248-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:33.759Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar ASDC sendASDCNotification
2022-08-31T06:09:33.760Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar
2022-08-31T06:09:33.760Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:09:33.761Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:09:33.763Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:09:33.764Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926173759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:09:33.864Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:09:33.864Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:09:33.864Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:09:33.875Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:09:33.875Z||pool-249-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:09:34.764Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 324c1744-cc8d-4394-9a20-b0da9c2646f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:09:34.775Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 324c1744-cc8d-4394-9a20-b0da9c2646f0
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-08-31T06:09:34.777Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:09:34.777Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T06:09:34.777Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T06:09:34.777Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T06:09:34.777Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T06:09:34.778Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?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-08-31T06:09:34.781Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T06:10:04.782Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 324c1744-cc8d-4394-9a20-b0da9c2646f0 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-08-31T06:10:04.789Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 324c1744-cc8d-4394-9a20-b0da9c2646f0 and serviceModelVersionId: a97e0469-e25e-478e-9004-c18b2f7182fa
2022-08-31T06:10:04.789Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4948222-31ed-44f1-af67-da5f673906c8
2022-08-31T06:10:04.791Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0
2022-08-31T06:10:04.795Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ef41c9-9bf0-4736-bcc5-9414310771eb/model-vers/model-ver/ed0bff78-ca3b-4b7b-9c22-821762b3dd4a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T06:10:04.831Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||Invoke
2022-08-31T06:10:04.831Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[867ab9ff-dd02-4784-99de-ea77e7027b27], X-ECOMP-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], X-TransactionId=[], X-ONAP-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], Content-Type=[application/merge-patch+json]}
2022-08-31T06:10:06.360Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||Invoke
2022-08-31T06:10:06.361Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e56a8d6-2f30-4542-b51e-bf97f20a764d], X-ECOMP-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], X-TransactionId=[], X-ONAP-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], Content-Type=[application/merge-patch+json]}
2022-08-31T06:10:07.902Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||Invoke
2022-08-31T06:10:07.903Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f112d9b6-d82e-4a41-927e-fdedb49afa7a], X-ECOMP-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], X-TransactionId=[], X-ONAP-RequestID=[324c1744-cc8d-4394-9a20-b0da9c2646f0], Content-Type=[application/merge-patch+json]}
2022-08-31T06:10:08.930Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:10:08.931Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:10:08.931Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:10:08.931Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:10:08.937Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:10:08.937Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 324c1744-cc8d-4394-9a20-b0da9c2646f0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:10:08.938Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T06:10:08.938Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:10:08.940Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:10:08.940Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926208938,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:10:09.041Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-31T06:10:09.041Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:10:09.042Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:10:09.060Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:10:09.061Z||pool-250-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T06:10:16.070Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:10:16.070Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:10:16.070Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:10:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:10:16.073Z||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-08-31T06:10:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:10:16.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:10:16.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:10:16.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:10:16.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:10:25.615Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:11:16.070Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:11:16.071Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:11:16.071Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:11:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:11:16.073Z||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-08-31T06:11:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:11:16.603Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:11:16.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T06:11:16.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:11:16.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:11:16.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:11:16.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:11:16.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:11:16.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-31T06:11:16.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:11:16.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:11:16.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:11:16.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926156070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:11:16.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:11:16.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926163859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:11:16.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:16.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926167287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:11:16.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:16.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926168362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:11:16.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:16.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926169429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:11:16.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:16.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926170745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/vfw897e322ac31b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T06:11:16.609Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:16.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926171750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T06:11:16.609Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:16.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926172755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/resourceInstances/vfw897e322ac31b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-31T06:11:16.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:16.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926173759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220831060650/1.0/artifacts/service-Vfw20220831060650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:11:16.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:16.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:11:16.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "324c1744-cc8d-4394-9a20-b0da9c2646f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926208938,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:11:16.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:11:25.627Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:12:16.070Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:12:16.070Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:12:16.071Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:12:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:12:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:12:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:12:25.632Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:12:25.639Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:13:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:13:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:13:16.071Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:13:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:13:16.073Z||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-08-31T06:13:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:13:25.621Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:13:25.623Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:14:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:14:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:14:16.071Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:14:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:14:16.072Z||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-08-31T06:14:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:14:25.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:14:25.635Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:15:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:15:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:15:16.071Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:15:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:15:16.073Z||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-08-31T06:15:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:15:25.630Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:15:25.631Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:16:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:16:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:16:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:16:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:16:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:16:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:16:25.616Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:16:25.616Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:17:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:17:16.071Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:17:16.071Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:17:16.074Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:17:16.075Z||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-08-31T06:17:16.075Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:17:25.624Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:17:25.626Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:18:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:18:16.071Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:18:16.071Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:18:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:18:16.073Z||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-08-31T06:18:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:18:25.637Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:18:25.641Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:16.070Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:19:16.072Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:19:16.072Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:19:16.073Z||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-08-31T06:19:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:16.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:16.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926718719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926718118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926714000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926718719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926718118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926714000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926718719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926718118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926714000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926724530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926725038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926718719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926718118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926714000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926724530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926725038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926718719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926718118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926714000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926724530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926725038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926718719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926718118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926714000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:19:16.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926724530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926725038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926718719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926718118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926714000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926724530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926725038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661926718719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:19:16.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926718118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:19:16.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926714000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926724530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926725038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926731687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926724530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926731301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926725038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926724530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "cds",
  "timestamp": 1661926732696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-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-08-31T06:19:16.580Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1186652-26f3-4768-bb36-c10ce7d6a3ee
2022-08-31T06:19:16.580Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1186652-26f3-4768-bb36-c10ce7d6a3ee 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-08-31T06:19:16.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926732334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926725038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926733483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661926733347,
  "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-08-31T06:19:16.594Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e1186652-26f3-4768-bb36-c10ce7d6a3ee
2022-08-31T06:19:16.594Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1186652-26f3-4768-bb36-c10ce7d6a3ee 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-08-31T06:19:16.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926734488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:19:16.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "policy-id",
  "timestamp": 1661926735490,
  "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-08-31T06:19:16.606Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1186652-26f3-4768-bb36-c10ce7d6a3ee
2022-08-31T06:19:16.606Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1186652-26f3-4768-bb36-c10ce7d6a3ee 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-08-31T06:19:16.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926739485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926739984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926739485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926739984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926739485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926742995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926739984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926739485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926739984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926739485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926745007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926739984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926739485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "clamp",
  "timestamp": 1661926746012,
  "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-08-31T06:19:16.623Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1186652-26f3-4768-bb36-c10ce7d6a3ee
2022-08-31T06:19:16.623Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1186652-26f3-4768-bb36-c10ce7d6a3ee 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-08-31T06:19:16.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926739984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926739485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926739984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926739485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926739984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926748326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926748846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926750799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:19:16.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661926751802,
  "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-08-31T06:19:16.640Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1186652-26f3-4768-bb36-c10ce7d6a3ee
2022-08-31T06:19:16.641Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1186652-26f3-4768-bb36-c10ce7d6a3ee 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-08-31T06:19:16.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:19:16.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926755397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T06:19:16.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:19:16.720Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:16.720Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||received message from topic
2022-08-31T06:19:16.720Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e1186652-26f3-4768-bb36-c10ce7d6a3ee","serviceName":"Demo_pNF_hHtmHg7dEhdWIgLZ7FyE","serviceVersion":"1.0","serviceUUID":"bfa9c6ba-f386-4df7-9400-5151d0190363","serviceDescription":"catalog service description","serviceInvariantUUID":"412eb6bb-2917-4965-b941-de6b7069444a","resources":[{"resourceInstanceName":"pNF 5e0ebaeb-512f 0","resourceName":"pNF 5e0ebaeb-512f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"589d45a8-5509-4345-affe-6c51b93551f0","resourceInvariantUUID":"9b1ccaa3-c896-478d-8164-d0a756044180","resourceCustomizationUUID":"2b937ddd-5e4a-4d0b-8a45-622a34ec4c86","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml","artifactChecksum":"ZTlkN2QwMTU5ZTk3Mzg5ZDY5YWMyNjBlODE3ZTEzZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fbfac31e-fc75-4181-ac7b-7534fcb42f97","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0009708-6db5-4cc5-b0c0-f9ea59a8e22d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a33aa48-470e-4e3b-aaf3-e601dfcce127","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml","artifactChecksum":"NzMyMjZjNDQyYjRkOGJlMDA4NjM2NmYwNTI0ZWRhYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa5ca4c3-04db-4242-a0bb-70d0093c3298","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b12b1726-fc0d-464c-8963-af36e332e09a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"84ca84cc-f2f6-453a-a60d-dc14f7f19add","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml","artifactChecksum":"MTFiMjc0MTVkMzA1NDAyNDA4OTExM2I0NWRlMzI2NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7fcb787-b1ac-4de0-8872-e21a11dada3e","artifactVersion":"1"},{"artifactName":"service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar","artifactChecksum":"Mzk0MmY0MDkyOTI4YmRiMDM5MTE5NjU5YmZiYjczZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3f2f575-a7a1-45c9-a4e5-4e70796eee85","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T06:19:16.723Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:19:16.724Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:16.728Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:16.728Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:16.828Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:16.829Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:16.830Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:16.841Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:16.842Z||pool-251-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:17.729Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:19:17.729Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:17.732Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:17.732Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:17.832Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:17.833Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:17.833Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:17.845Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:17.845Z||pool-252-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:18.732Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:19:18.733Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:18.736Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:18.736Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:18.836Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:18.837Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:18.837Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:18.849Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:18.850Z||pool-253-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:19.737Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:19:19.738Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:19.740Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:19.740Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:19.841Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:19.843Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:19.843Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:19.854Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:19.855Z||pool-254-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:20.741Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:19:20.742Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:20.744Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:20.745Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:20.845Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:20.846Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:20.846Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:20.858Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:20.858Z||pool-255-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:21.745Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:19:21.746Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:21.748Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:21.748Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:21.849Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:21.849Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:21.849Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:21.868Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:21.869Z||pool-256-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:22.749Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:19:22.749Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:22.752Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:22.752Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:19:22.852Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:22.853Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:22.853Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:22.864Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:22.864Z||pool-257-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:23.752Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:19:23.753Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:23.755Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:23.756Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:19:23.856Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:23.857Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:23.857Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:23.871Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:23.871Z||pool-258-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:24.758Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "serviceName": "Demo_pNF_hHtmHg7dEhdWIgLZ7FyE",
  "serviceVersion": "1.0",
  "serviceUUID": "bfa9c6ba-f386-4df7-9400-5151d0190363",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "412eb6bb-2917-4965-b941-de6b7069444a",
  "resources": [
    {
      "resourceInstanceName": "pNF 5e0ebaeb-512f 0",
      "resourceCustomizationUUID": "2b937ddd-5e4a-4d0b-8a45-622a34ec4c86",
      "resourceName": "pNF 5e0ebaeb-512f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "589d45a8-5509-4345-affe-6c51b93551f0",
      "resourceInvariantUUID": "9b1ccaa3-c896-478d-8164-d0a756044180",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
      "artifactChecksum": "Mzk0MmY0MDkyOTI4YmRiMDM5MTE5NjU5YmZiYjczZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e3f2f575-a7a1-45c9-a4e5-4e70796eee85"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T06:19:24.759Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T06:19:24.759Z|a1855c33-de08-420b-80c7-e70e6615d9fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfa9c6ba-f386-4df7-9400-5151d0190363 ASDC
2022-08-31T06:19:24.760Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e1186652-26f3-4768-bb36-c10ce7d6a3ee
ServiceName:Demo_pNF_hHtmHg7dEhdWIgLZ7FyE
ServiceVersion:1.0
ServiceUUID:bfa9c6ba-f386-4df7-9400-5151d0190363
ServiceInvariantUUID:412eb6bb-2917-4965-b941-de6b7069444a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
ArtifactUUID:e3f2f575-a7a1-45c9-a4e5-4e70796eee85
ArtifactChecksum:Mzk0MmY0MDkyOTI4YmRiMDM5MTE5NjU5YmZiYjczZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5e0ebaeb-512f 0
ResourceCustomizationUUID:2b937ddd-5e4a-4d0b-8a45-622a34ec4c86
ResourceInvariantUUID:9b1ccaa3-c896-478d-8164-d0a756044180
ResourceName:pNF 5e0ebaeb-512f
ResourceType:PNF
ResourceUUID:589d45a8-5509-4345-affe-6c51b93551f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T06:19:24.761Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfa9c6ba-f386-4df7-9400-5151d0190363 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-08-31T06:19:24.797Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:19:24.799Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:19:24.799Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:19:24.799Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Trying to download the artifact UUID: e3f2f575-a7a1-45c9-a4e5-4e70796eee85 from URL: /sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:24.799Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:19:24.800Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:24.888Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:19:24.891Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar e3f2f575-a7a1-45c9-a4e5-4e70796eee85 82646
2022-08-31T06:19:24.892Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar ASDC sendASDCNotification
2022-08-31T06:19:24.892Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:24.892Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:19:24.892Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:24.894Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:24.894Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926764892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:19:24.995Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:19:24.995Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:24.996Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:25.007Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:25.008Z||pool-259-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:19:25.895Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:19:25.896Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:19:25.897Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Trying to write artifact UUID: e3f2f575-a7a1-45c9-a4e5-4e70796eee85, URL: /sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar to file: /app/ASDC/1/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:25.897Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:25.898Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:25.898Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.056Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9075800236931331189/Definitions/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml
2022-08-31T06:19:26.910Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T06:19:26.911Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|WARN|500||####################################################################################################
2022-08-31T06:19:26.911Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.911Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T06:19:26.911Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.911Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.911Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.912Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5e0ebaeb-512f 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-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.912Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.912Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.912Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.912Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|WARN|500||####################################################################################################
2022-08-31T06:19:26.912Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.912Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.912Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Node template pNF 5e0ebaeb-512f 0 is matching search criteria
2022-08-31T06:19:26.913Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T06:19:26.913Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Found topology templates [pNF 5e0ebaeb-512f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:19:26.913Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.913Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Node template pNF 5e0ebaeb-512f 0 is matching search criteria
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Found topology templates [pNF 5e0ebaeb-512f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.914Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.915Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.915Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.915Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.915Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.915Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hHtmHg7dEhdWIgLZ7FyE
Description:catalog service description
Model UUID:bfa9c6ba-f386-4df7-9400-5151d0190363
Model Version:NULL
Model InvariantUuid:412eb6bb-2917-4965-b941-de6b7069444a
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-08-31T06:19:26.925Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 589d45a8-5509-4345-affe-6c51b93551f0
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-08-31T06:19:26.931Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||pNF 5e0ebaeb-512f 0
2022-08-31T06:19:26.931Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 589d45a8-5509-4345-affe-6c51b93551f0
2022-08-31T06:19:26.932Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||No resources found for Service: bfa9c6ba-f386-4df7-9400-5151d0190363
2022-08-31T06:19:26.932Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Preparing to deploy Service: bfa9c6ba-f386-4df7-9400-5151d0190363
2022-08-31T06:19:26.932Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5e0ebaeb-512f 0 589d45a8-5509-4345-affe-6c51b93551f0 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-08-31T06:19:26.937Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28b4abb1, org.onap.sdc.toscaparser.api.parameters.Input@693f885, org.onap.sdc.toscaparser.api.parameters.Input@43453e73, org.onap.sdc.toscaparser.api.parameters.Input@229b4d36, org.onap.sdc.toscaparser.api.parameters.Input@2fff93f7]
2022-08-31T06:19:26.938Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.938Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.938Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500|| resourceSeq for service uuid bfa9c6ba-f386-4df7-9400-5151d0190363: pNF 5e0ebaeb-512f
2022-08-31T06:19:26.938Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Processing PNF resource: 589d45a8-5509-4345-affe-6c51b93551f0
2022-08-31T06:19:26.938Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:19:26.938Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Service Demo_pNF_hHtmHg7dEhdWIgLZ7FyE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:19:26.939Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||Resource customization UUID: 2b937ddd-5e4a-4d0b-8a45-622a34ec4c86 is the same as notified resource customizationUUID: 2b937ddd-5e4a-4d0b-8a45-622a34ec4c86
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-08-31T06:19:26.979Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5e0ebaeb-512f 589d45a8-5509-4345-affe-6c51b93551f0 0 ASDC deployResourceStructure
2022-08-31T06:19:26.980Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar ASDC sendASDCNotification
2022-08-31T06:19:26.980Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar
2022-08-31T06:19:26.980Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:19:26.980Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:19:26.983Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:19:26.983Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926766980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:19:27.083Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:19:27.084Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:19:27.084Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:19:27.095Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:19:27.095Z||pool-260-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:19:27.986Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1186652-26f3-4768-bb36-c10ce7d6a3ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:19:27.997Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1186652-26f3-4768-bb36-c10ce7d6a3ee
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-08-31T06:19:27.999Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:19:27.999Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T06:19:27.999Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T06:19:57.999Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1186652-26f3-4768-bb36-c10ce7d6a3ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:19:58.010Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1186652-26f3-4768-bb36-c10ce7d6a3ee
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-08-31T06:19:58.012Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:19:58.012Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T06:19:58.012Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T06:20:16.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:20:16.073Z||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-08-31T06:20:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:20:16.097Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:20:16.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-31T06:20:16.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "aai-ml",
  "timestamp": 1661926756401,
  "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-08-31T06:20:16.106Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e1186652-26f3-4768-bb36-c10ce7d6a3ee
2022-08-31T06:20:16.107Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1186652-26f3-4768-bb36-c10ce7d6a3ee 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-08-31T06:20:28.012Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1186652-26f3-4768-bb36-c10ce7d6a3ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:20:28.023Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1186652-26f3-4768-bb36-c10ce7d6a3ee
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-08-31T06:20:28.025Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:20:28.025Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T06:20:28.026Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T06:20:28.026Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T06:20:28.026Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T06:20:28.026Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T06:20:28.026Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?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-08-31T06:20:28.030Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T06:20:58.031Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e1186652-26f3-4768-bb36-c10ce7d6a3ee 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-08-31T06:20:58.038Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1186652-26f3-4768-bb36-c10ce7d6a3ee and serviceModelVersionId: bfa9c6ba-f386-4df7-9400-5151d0190363
2022-08-31T06:20:58.038Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 412eb6bb-2917-4965-b941-de6b7069444a
2022-08-31T06:20:58.039Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0
2022-08-31T06:20:58.044Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T06:20:58.078Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb718f21-27fe-4a09-8147-413f75fde1a8/model-vers/model-ver/056ee005-132a-472c-80ac-b8cb01ccebf4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:20:58.080Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Invoke
2022-08-31T06:20:59.609Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:20:59.610Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Invoke
2022-08-31T06:21:01.144Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:21:01.145Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Invoke
2022-08-31T06:21:02.178Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:21:02.180Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:21:02.180Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:21:02.180Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:21:02.188Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:21:02.188Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1186652-26f3-4768-bb36-c10ce7d6a3ee and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:21:02.189Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T06:21:02.189Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:21:02.191Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:21:02.192Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926862188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:21:02.291Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:21:02.292Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:21:02.292Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:21:02.311Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:21:02.311Z||pool-261-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-31T06:21:03.207Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:21:03.208Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:21:03.208Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:21:12.750Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:21:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:21:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:21:16.071Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:21:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:21:16.073Z||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-08-31T06:21:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:21:16.099Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:21:16.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:21:16.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:21:16.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:21:25.640Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:22:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:22:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:22:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:22:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:22:16.072Z||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-08-31T06:22:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:22:16.101Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:22:16.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:22:16.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:22:16.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:22:16.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:22:16.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:22:16.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:22:16.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:22:16.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:22:16.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/resourceInstances/pnf5e0ebaeb512f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:22:16.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:22:16.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:22:16.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:22:16.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926756070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:22:16.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:22:16.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926764892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:22:16.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:22:16.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:22:16.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926766980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhtmhg7dehdwiglz7fye/1.0/artifacts/service-DemoPnfHhtmhg7dehdwiglz7fye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:22:16.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:22:25.630Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:23:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:23:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:23:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:23:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:23:16.073Z||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-08-31T06:23:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:23:16.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:23:16.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:23:16.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1186652-26f3-4768-bb36-c10ce7d6a3ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661926862188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:23:16.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:23:25.628Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:16.070Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:24:16.071Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:24:16.071Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:24:16.073Z||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-08-31T06:24:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:16.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:16.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927033118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927034003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927038719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927049521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927039485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927039980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927050606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927050267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:16.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927050772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927051676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "cds",
  "timestamp": 1661927052949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T06:24:16.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec6dd9e8-7232-4ea2-8196-1d40a5533104
2022-08-31T06:24:16.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec6dd9e8-7232-4ea2-8196-1d40a5533104 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-08-31T06:24:16.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927052780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:16.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927053075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927044530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927053858,
  "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-08-31T06:24:16.652Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec6dd9e8-7232-4ea2-8196-1d40a5533104
2022-08-31T06:24:16.652Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec6dd9e8-7232-4ea2-8196-1d40a5533104 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-08-31T06:24:16.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927054078,
  "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-08-31T06:24:16.665Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec6dd9e8-7232-4ea2-8196-1d40a5533104
2022-08-31T06:24:16.665Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec6dd9e8-7232-4ea2-8196-1d40a5533104 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-08-31T06:24:16.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927054862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T06:24:16.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927055268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927056275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-31T06:24:16.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T06:24:16.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:24:16.730Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:16.731Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||received message from topic
2022-08-31T06:24:16.731Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ec6dd9e8-7232-4ea2-8196-1d40a5533104","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b933974e-a125-4cb3-9a21-a618e114d6a1","serviceDescription":"service","serviceInvariantUUID":"224e5489-f464-4b82-a9c7-9e2ed30ca204","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0333a2aa-b22a-4834-a220-bd58aa9b1356","resourceInvariantUUID":"04dd3e61-5326-4da2-93bc-39881d6af7c9","resourceCustomizationUUID":"49d534b1-a1fd-4e5c-84cf-2a42b69d4075","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ2MTkwOWY2ZmIxMTYwNWM3NWQwZWY3OTYyYjEwODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea889326-dd2c-4f4d-9126-62320121863c","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MmZmYmQwNTk1MTk1YmU1ZTcxYmZlMjkxY2E0M2YzNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773d3416-ba94-4942-a3ae-a9424bbbc04e","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"398010a0-d800-441b-9a4a-8875d69c5000","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32eac344-12a2-4c9d-bd16-b1e5b54d54a6","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b5e02eaf-65d5-4a52-abcc-c95ee7dc79f4","artifactVersion":"2","generatedFromUUID":"1b6c0373-8d90-4a1c-b6e7-ca5569987d73"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d36d8e08-fb93-4104-a059-7fabcd5036e4","artifactVersion":"2","generatedFromUUID":"398010a0-d800-441b-9a4a-8875d69c5000"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b6c0373-8d90-4a1c-b6e7-ca5569987d73","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4303e4a3-6eb0-49ae-88f0-ef274d548f31","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MWNhMTNiZTg1MGY3OTA0NmEyZjFkMTEyNmZjNjY3MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5c4458e-e3bc-452d-85ea-a775f7a5017f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMyMDRmZGM5MDQxMzI3ZTkwMjdkNzdiOWU5M2ZkNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c422146d-280e-411c-86eb-202ace62ce55","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T06:24:16.733Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:16.733Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:16.736Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:16.736Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:16.835Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:24:16.836Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:16.836Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:16.857Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:16.857Z||pool-262-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:24:17.736Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:17.737Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:17.739Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:17.739Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T06:24:17.839Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:17.840Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:17.840Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:17.850Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:17.850Z||pool-263-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:24:18.739Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:18.740Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:18.741Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:18.742Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:24:18.842Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:18.843Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:18.843Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:18.856Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:18.856Z||pool-264-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:19.742Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:19.744Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:19.746Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:19.746Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:19.846Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:19.847Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:19.847Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:19.859Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:19.859Z||pool-265-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:20.747Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:20.747Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:20.749Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:20.749Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-31T06:24:20.850Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:20.851Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:20.851Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:20.868Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:20.869Z||pool-266-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:24:21.750Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:21.750Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:21.752Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:21.752Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-31T06:24:21.853Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:21.863Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:21.864Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:21.875Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:21.875Z||pool-267-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:22.753Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:22.754Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:22.756Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:22.756Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-31T06:24:22.856Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:22.857Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:22.857Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:22.876Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:22.876Z||pool-268-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:23.757Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:23.758Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:23.760Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:23.760Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:23.860Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:23.861Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:23.861Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:23.876Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:23.877Z||pool-269-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:24.760Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:24.761Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:24.763Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:24.763Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:24:24.863Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:24.864Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:24.864Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:24.878Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:24.878Z||pool-270-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:25.763Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:24:25.764Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:25.766Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:25.766Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:24:25.866Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:25.867Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:25.867Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:25.881Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:25.882Z||pool-271-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:26.767Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b933974e-a125-4cb3-9a21-a618e114d6a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "224e5489-f464-4b82-a9c7-9e2ed30ca204",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "49d534b1-a1fd-4e5c-84cf-2a42b69d4075",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0333a2aa-b22a-4834-a220-bd58aa9b1356",
      "resourceInvariantUUID": "04dd3e61-5326-4da2-93bc-39881d6af7c9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MmZmYmQwNTk1MTk1YmU1ZTcxYmZlMjkxY2E0M2YzNTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773d3416-ba94-4942-a3ae-a9424bbbc04e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "398010a0-d800-441b-9a4a-8875d69c5000",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d36d8e08-fb93-4104-a059-7fabcd5036e4",
            "generatedFromUUID": "398010a0-d800-441b-9a4a-8875d69c5000"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b5e02eaf-65d5-4a52-abcc-c95ee7dc79f4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d36d8e08-fb93-4104-a059-7fabcd5036e4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1b6c0373-8d90-4a1c-b6e7-ca5569987d73",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMyMDRmZGM5MDQxMzI3ZTkwMjdkNzdiOWU5M2ZkNDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c422146d-280e-411c-86eb-202ace62ce55"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T06:24:26.768Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T06:24:26.769Z|e1186652-26f3-4768-bb36-c10ce7d6a3ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b933974e-a125-4cb3-9a21-a618e114d6a1 ASDC
2022-08-31T06:24:26.769Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ec6dd9e8-7232-4ea2-8196-1d40a5533104
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:b933974e-a125-4cb3-9a21-a618e114d6a1
ServiceInvariantUUID:224e5489-f464-4b82-a9c7-9e2ed30ca204
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:c422146d-280e-411c-86eb-202ace62ce55
ArtifactChecksum:YTMyMDRmZGM5MDQxMzI3ZTkwMjdkNzdiOWU5M2ZkNDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:49d534b1-a1fd-4e5c-84cf-2a42b69d4075
ResourceInvariantUUID:04dd3e61-5326-4da2-93bc-39881d6af7c9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:0333a2aa-b22a-4834-a220-bd58aa9b1356
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:773d3416-ba94-4942-a3ae-a9424bbbc04e
ArtifactChecksum:MmZmYmQwNTk1MTk1YmU1ZTcxYmZlMjkxY2E0M2YzNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:398010a0-d800-441b-9a4a-8875d69c5000
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:d36d8e08-fb93-4104-a059-7fabcd5036e4
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:b5e02eaf-65d5-4a52-abcc-c95ee7dc79f4
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:d36d8e08-fb93-4104-a059-7fabcd5036e4
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:1b6c0373-8d90-4a1c-b6e7-ca5569987d73
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-31T06:24:26.769Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b933974e-a125-4cb3-9a21-a618e114d6a1 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-08-31T06:24:26.816Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:24:26.816Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:24:26.816Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:24:26.817Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Trying to download the artifact UUID: c422146d-280e-411c-86eb-202ace62ce55 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:26.817Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:24:26.817Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:26.908Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:24:26.915Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c422146d-280e-411c-86eb-202ace62ce55 158212
2022-08-31T06:24:26.915Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-31T06:24:26.915Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:26.915Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:24:26.915Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:26.917Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:26.917Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927066915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:27.017Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:27.018Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:27.019Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:27.030Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:27.030Z||pool-272-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:27.918Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:24:27.919Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:24:27.919Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Trying to write artifact UUID: c422146d-280e-411c-86eb-202ace62ce55, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:27.920Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-31T06:24:27.920Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:27.921Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:28.028Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13921550098258894320/Definitions/service-BasicCnfMacro-template.yml
2022-08-31T06:24:29.129Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T06:24:29.129Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|WARN|500||####################################################################################################
2022-08-31T06:24:29.129Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:29.129Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-31T06:24:29.130Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-BasicCnfMacro-csar.csar
2022-08-31T06:24:29.130Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:29.130Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:29.130Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:29.130Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|WARN|500||####################################################################################################
2022-08-31T06:24:29.130Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.131Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:29.131Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:29.131Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T06:24:29.131Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:24:29.132Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.132Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:29.132Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:29.132Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T06:24:29.132Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:24:29.132Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.132Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:29.133Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.133Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-31T06:24:29.133Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-31T06:24:29.133Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-31T06:24:29.133Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-31T06:24:29.134Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.134Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T06:24:29.134Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.134Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:29.134Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:24:29.135Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.135Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:29.135Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:24:29.135Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.136Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:29.136Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:24:29.136Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.136Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:29.136Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:24:29.137Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.137Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-31T06:24:29.137Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-31T06:24:29.137Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2c786d3f-5eae-4b5a-8b7c-68ee760b923b
2022-08-31T06:24:29.137Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.137Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:29.138Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.138Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:29.138Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.138Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:29.138Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:29.138Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:29.139Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:b933974e-a125-4cb3-9a21-a618e114d6a1
Model Version:NULL
Model InvariantUuid:224e5489-f464-4b82-a9c7-9e2ed30ca204
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:ef614eba-20b9-48a4-a031-db5080c053d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04dd3e61-5326-4da2-93bc-39881d6af7c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:49d534b1-a1fd-4e5c-84cf-2a42b69d4075
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bd9a61bb-4d22-4a66-8797-92ff37ff097d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e42caeb5-d8d7-41a9-94e4-a0e152bba55a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:1e20f61e-366a-46ac-a1b3-279cb86e18fe
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b88cae00-8782-4dd2-8270-c5f761d793a4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2c786d3f-5eae-4b5a-8b7c-68ee760b923b
ModelInvariantUuid:7da50ee7-8ea4-4d78-8c6c-c0cce0bed0af
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:67f77234-440b-4677-8fc9-b67995213ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e0676615-e412-4e4a-a0d4-2aa146ccde93
ModelInvariantUuid:b0aed407-c43f-4214-8907-3e677a76ad61
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:66854e11-dd5c-4375-9f83-7f610394975c
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-08-31T06:24:29.145Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0333a2aa-b22a-4834-a220-bd58aa9b1356
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-08-31T06:24:29.148Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||basic_cnf_macro 0
2022-08-31T06:24:29.149Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0333a2aa-b22a-4834-a220-bd58aa9b1356
2022-08-31T06:24:29.149Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Trying to download the artifact UUID: 773d3416-ba94-4942-a3ae-a9424bbbc04e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-31T06:24:29.149Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:24:29.149Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-31T06:24:29.210Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:24:29.211Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 773d3416-ba94-4942-a3ae-a9424bbbc04e 1565
2022-08-31T06:24:29.211Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-31T06:24:29.211Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-31T06:24:29.211Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:24:29.212Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:29.214Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:29.214Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927069211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:29.314Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:29.315Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:29.315Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:29.327Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:29.327Z||pool-273-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:30.214Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1e20f61e-366a-46ac-a1b3-279cb86e18fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b88cae00-8782-4dd2-8270-c5f761d793a4",
    "vfModuleModelCustomizationUUID": "193d0ece-ed17-4b08-ac8a-34511063f41a",
    "isBase": true,
    "artifacts": [
      "398010a0-d800-441b-9a4a-8875d69c5000",
      "d36d8e08-fb93-4104-a059-7fabcd5036e4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "bd9a61bb-4d22-4a66-8797-92ff37ff097d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e42caeb5-d8d7-41a9-94e4-a0e152bba55a",
    "vfModuleModelCustomizationUUID": "47395d47-0e09-4e25-aa28-b00b1812594d",
    "isBase": false,
    "artifacts": [
      "1b6c0373-8d90-4a1c-b6e7-ca5569987d73"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-31T06:24:30.220Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b88cae00-8782-4dd2-8270-c5f761d793a4
VfModuleModelInvariantUUID:1e20f61e-366a-46ac-a1b3-279cb86e18fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
398010a0-d800-441b-9a4a-8875d69c5000
,
d36d8e08-fb93-4104-a059-7fabcd5036e4

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e42caeb5-d8d7-41a9-94e4-a0e152bba55a
VfModuleModelInvariantUUID:bd9a61bb-4d22-4a66-8797-92ff37ff097d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b6c0373-8d90-4a1c-b6e7-ca5569987d73

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

isBase:false


}

2022-08-31T06:24:30.222Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1e20f61e-366a-46ac-a1b3-279cb86e18fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b88cae00-8782-4dd2-8270-c5f761d793a4",
    "vfModuleModelCustomizationUUID": "193d0ece-ed17-4b08-ac8a-34511063f41a",
    "isBase": true,
    "artifacts": [
      "398010a0-d800-441b-9a4a-8875d69c5000",
      "d36d8e08-fb93-4104-a059-7fabcd5036e4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "bd9a61bb-4d22-4a66-8797-92ff37ff097d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e42caeb5-d8d7-41a9-94e4-a0e152bba55a",
    "vfModuleModelCustomizationUUID": "47395d47-0e09-4e25-aa28-b00b1812594d",
    "isBase": false,
    "artifacts": [
      "1b6c0373-8d90-4a1c-b6e7-ca5569987d73"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-31T06:24:30.222Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b88cae00-8782-4dd2-8270-c5f761d793a4
VfModuleModelInvariantUUID:1e20f61e-366a-46ac-a1b3-279cb86e18fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
398010a0-d800-441b-9a4a-8875d69c5000
,
d36d8e08-fb93-4104-a059-7fabcd5036e4

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e42caeb5-d8d7-41a9-94e4-a0e152bba55a
VfModuleModelInvariantUUID:bd9a61bb-4d22-4a66-8797-92ff37ff097d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b6c0373-8d90-4a1c-b6e7-ca5569987d73

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

isBase:false


}

2022-08-31T06:24:30.222Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Trying to download the artifact UUID: 398010a0-d800-441b-9a4a-8875d69c5000 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-31T06:24:30.222Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:24:30.223Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-31T06:24:30.312Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:24:30.313Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 398010a0-d800-441b-9a4a-8875d69c5000 914
2022-08-31T06:24:30.313Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-31T06:24:30.313Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-31T06:24:30.313Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:24:30.314Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:30.315Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:30.316Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927070313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:30.416Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:30.417Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:30.417Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:30.495Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:30.495Z||pool-274-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:31.316Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Trying to download the artifact UUID: b5e02eaf-65d5-4a52-abcc-c95ee7dc79f4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-31T06:24:31.317Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:24:31.317Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-31T06:24:31.390Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:24:31.390Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b5e02eaf-65d5-4a52-abcc-c95ee7dc79f4 12
2022-08-31T06:24:31.390Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-31T06:24:31.391Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-31T06:24:31.391Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:24:31.391Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:31.394Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:31.394Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927071390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:31.494Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:31.495Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:31.495Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:31.506Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:31.506Z||pool-275-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:32.395Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Trying to download the artifact UUID: d36d8e08-fb93-4104-a059-7fabcd5036e4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-31T06:24:32.396Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:24:32.396Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-31T06:24:32.509Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:24:32.509Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d36d8e08-fb93-4104-a059-7fabcd5036e4 96
2022-08-31T06:24:32.510Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-31T06:24:32.510Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-31T06:24:32.510Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:24:32.511Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:32.513Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:32.513Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927072510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:32.613Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:32.614Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:32.614Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:32.626Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:32.626Z||pool-276-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:33.513Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Trying to download the artifact UUID: 1b6c0373-8d90-4a1c-b6e7-ca5569987d73 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-31T06:24:33.514Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:24:33.515Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-31T06:24:33.764Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:24:33.765Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1b6c0373-8d90-4a1c-b6e7-ca5569987d73 20206
2022-08-31T06:24:33.765Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-31T06:24:33.765Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-31T06:24:33.766Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:24:33.766Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:33.768Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:33.768Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927073765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:24:33.868Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:33.869Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:33.869Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:33.880Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:33.880Z||pool-277-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:34.771Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Preparing to deploy Service: b933974e-a125-4cb3-9a21-a618e114d6a1
2022-08-31T06:24:34.772Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0333a2aa-b22a-4834-a220-bd58aa9b1356 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-31T06:24:34.784Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6eec46de, org.onap.sdc.toscaparser.api.parameters.Input@1f0bf4b4, org.onap.sdc.toscaparser.api.parameters.Input@1437527a, org.onap.sdc.toscaparser.api.parameters.Input@31fe08a5, org.onap.sdc.toscaparser.api.parameters.Input@3d2872f2]
2022-08-31T06:24:34.786Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.786Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:34.786Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-31T06:24:34.786Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||VFCustomizationUUID= 49d534b1-a1fd-4e5c-84cf-2a42b69d4075
2022-08-31T06:24:34.786Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49d534b1-a1fd-4e5c-84cf-2a42b69d4075 matches Tosca VF Customization UUID: 49d534b1-a1fd-4e5c-84cf-2a42b69d4075
2022-08-31T06:24:34.786Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||vfCustomizationUUID: 49d534b1-a1fd-4e5c-84cf-2a42b69d4075  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-08-31T06:24:34.789Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.789Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:34.789Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||resource request for resource customization id 49d534b1-a1fd-4e5c-84cf-2a42b69d4075: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-08-31T06:24:34.790Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1236271b
2022-08-31T06:24:34.790Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.790Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-31T06:24:34.790Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47395d47-0e09-4e25-aa28-b00b1812594d
2022-08-31T06:24:34.790Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47395d47-0e09-4e25-aa28-b00b1812594d
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-08-31T06:24:34.793Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.793Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:34.793Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:24:34.794Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.794Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:34.794Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-31T06:24:34.795Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.795Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-31T06:24:34.795Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=49d534b1-a1fd-4e5c-84cf-2a42b69d4075
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-08-31T06:24:34.797Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.797Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:34.797Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500|| resourceSeq for service uuid b933974e-a125-4cb3-9a21-a618e114d6a1: basic_cnf_macro
2022-08-31T06:24:34.798Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.798Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:34.798Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.798Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:34.799Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.799Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:34.799Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.799Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:34.800Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:24:34.800Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:24:34.800Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-31T06:24:34.842Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0333a2aa-b22a-4834-a220-bd58aa9b1356 2 ASDC deployResourceStructure
2022-08-31T06:24:34.843Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-31T06:24:34.843Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-31T06:24:34.843Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:24:34.843Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:34.845Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:34.845Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927074843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T06:24:34.945Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:34.946Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:34.946Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:34.960Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:34.960Z||pool-278-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:35.846Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-31T06:24:35.846Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-31T06:24:35.847Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:24:35.847Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:35.849Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:35.849Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927075846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T06:24:35.949Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:35.950Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:35.950Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:35.967Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:35.968Z||pool-279-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:24:36.850Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-31T06:24:36.850Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-31T06:24:36.850Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-31T06:24:36.851Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:36.853Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:36.853Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927076849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-31T06:24:36.954Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:36.955Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:36.955Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:37.010Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:37.010Z||pool-280-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:37.855Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-31T06:24:37.855Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-31T06:24:37.855Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:24:37.856Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:37.858Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:37.858Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927077855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-31T06:24:37.958Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:37.958Z||pool-281-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:37.959Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:37.970Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:37.970Z||pool-281-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:38.858Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-31T06:24:38.859Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-31T06:24:38.859Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-31T06:24:38.860Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:38.862Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:38.863Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927078858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-31T06:24:38.962Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:24:38.963Z||pool-282-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:38.963Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:38.974Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:38.974Z||pool-282-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:39.864Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-31T06:24:39.864Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-31T06:24:39.864Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:24:39.865Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:24:39.867Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:24:39.867Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927079864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:24:39.967Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:24:39.968Z||pool-283-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:24:39.968Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:24:39.978Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:24:39.979Z||pool-283-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:24:40.867Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:24:40.877Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
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-08-31T06:24:40.879Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:24:40.879Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T06:24:40.879Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T06:25:10.880Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:25:10.891Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
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-08-31T06:25:10.893Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:25:10.893Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T06:25:10.893Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T06:25:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:25:16.073Z||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-08-31T06:25:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:25:16.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:25:16.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:25:16.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "policy-id",
  "timestamp": 1661927057277,
  "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-08-31T06:25:16.111Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec6dd9e8-7232-4ea2-8196-1d40a5533104
2022-08-31T06:25:16.111Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec6dd9e8-7232-4ea2-8196-1d40a5533104 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-08-31T06:25:40.893Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:25:40.910Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
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-08-31T06:25:40.914Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:25:40.914Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T06:25:40.914Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T06:26:10.914Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:26:10.928Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
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-08-31T06:26:10.930Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:26:10.930Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T06:26:10.930Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T06:26:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:26:16.074Z||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-08-31T06:26:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:26:16.106Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:26:16.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:26:16.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:26:16.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:26:40.931Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:26:40.944Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
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-08-31T06:26:40.946Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:26:40.946Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T06:26:40.946Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T06:27:10.947Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:27:10.963Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
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-08-31T06:27:10.965Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:27:10.965Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-31T06:27:10.966Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-31T06:27:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:27:16.074Z||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-08-31T06:27:16.074Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:27:16.094Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:27:16.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927058790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "aai-ml",
  "timestamp": 1661927059794,
  "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-08-31T06:27:16.616Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ec6dd9e8-7232-4ea2-8196-1d40a5533104
2022-08-31T06:27:16.617Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec6dd9e8-7232-4ea2-8196-1d40a5533104 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-08-31T06:27:16.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927055038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927056070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927066915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927058719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927063538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927064530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927069211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927058719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927063538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927064530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927069485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927071078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927058719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927063538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927064530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927070313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927069988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927069485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927058719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927064530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927063538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927071390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927069988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927069485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927058719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927064530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927063538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927072510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927069988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927069485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927058719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927064530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927063538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927069988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927073765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927073995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927069485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927058719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927064530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927063538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927069988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927074843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927073995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927069485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927076085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661927058719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927064530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927063538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927069988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927075846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927073995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927069485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "clamp",
  "timestamp": 1661927077089,
  "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-08-31T06:27:16.656Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec6dd9e8-7232-4ea2-8196-1d40a5533104
2022-08-31T06:27:16.656Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec6dd9e8-7232-4ea2-8196-1d40a5533104 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-08-31T06:27:16.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927077196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927077794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927069988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927076849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-31T06:27:16.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927073995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927069485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927078200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "cds",
  "timestamp": 1661927078803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-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-08-31T06:27:16.679Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
2022-08-31T06:27:16.679Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 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-08-31T06:27:16.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927069988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927077855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927073995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927078266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "policy-id",
  "timestamp": 1661927079202,
  "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-08-31T06:27:16.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
2022-08-31T06:27:16.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 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-08-31T06:27:16.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927078745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927078858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927073995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927079864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927073995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927080554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927073995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661927081557,
  "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-08-31T06:27:16.715Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
2022-08-31T06:27:16.716Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 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-08-31T06:27:16.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927082977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927084041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661927085053,
  "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-08-31T06:27:16.730Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
2022-08-31T06:27:16.730Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 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-08-31T06:27:16.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927084680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-31T06:27:16.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927085038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "aai-ml",
  "timestamp": 1661927085684,
  "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-08-31T06:27:16.752Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
2022-08-31T06:27:16.752Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 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-08-31T06:27:16.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927085038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927085038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927085038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927085038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927085038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927085038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:27:16.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927085038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927103086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927106092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:27:16.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "clamp",
  "timestamp": 1661927107095,
  "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-08-31T06:27:16.773Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
2022-08-31T06:27:16.773Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 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-08-31T06:27:40.966Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:27:40.980Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104
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-08-31T06:27:40.982Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:27:40.982Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T06:27:40.983Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T06:27:40.983Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T06:27:40.983Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T06:27:40.983Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?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-08-31T06:27:40.990Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T06:28:10.990Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104 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-08-31T06:28:11.001Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec6dd9e8-7232-4ea2-8196-1d40a5533104 and serviceModelVersionId: b933974e-a125-4cb3-9a21-a618e114d6a1
2022-08-31T06:28:11.001Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 224e5489-f464-4b82-a9c7-9e2ed30ca204
2022-08-31T06:28:11.004Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0
2022-08-31T06:28:11.014Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T06:28:11.060Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/412eb6bb-2917-4965-b941-de6b7069444a/model-vers/model-ver/bfa9c6ba-f386-4df7-9400-5151d0190363?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-08-31T06:28:11.062Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Invoke
2022-08-31T06:28:12.601Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-08-31T06:28:12.604Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Invoke
2022-08-31T06:28:14.136Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-08-31T06:28:14.137Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Invoke
2022-08-31T06:28:15.172Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:28:15.173Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-08-31T06:28:15.174Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:28:15.174Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-08-31T06:28:15.182Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-08-31T06:28:15.182Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec6dd9e8-7232-4ea2-8196-1d40a5533104 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:28:15.182Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T06:28:15.183Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:15.187Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:15.187Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927295182,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:28:15.292Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-31T06:28:15.304Z||pool-284-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:15.330Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:15.396Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:15.416Z||pool-284-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:28:16.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:28:16.074Z||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-08-31T06:28:16.074Z||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 2UlBYPK1u1u4KGrN) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:28:16.210Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:28:16.211Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-08-31T06:28:16.211Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:16.719Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:16.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-31T06:28:16.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec6dd9e8-7232-4ea2-8196-1d40a5533104",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927295182,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:28:16.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:28:20.688Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:20.689Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||received message from topic
2022-08-31T06:28:20.689Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c790affc-bcca-4f3f-a25f-83c7cbdc0ac0","serviceName":"Demo_pNF_RsHrWL8vtqC3Zi9lhokc","serviceVersion":"1.0","serviceUUID":"26c96af0-d748-490d-bfc6-52b059c4fd5b","serviceDescription":"catalog service description","serviceInvariantUUID":"cea83443-fece-43d9-9b95-31e8c1de72cb","resources":[{"resourceInstanceName":"pNF 456a5b70-47cd 0","resourceName":"pNF 456a5b70-47cd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5662973a-c40f-4b47-84dd-9cca531fb023","resourceInvariantUUID":"8391ca80-75c6-4bbb-9995-cc46dd75a81f","resourceCustomizationUUID":"1f97a2ac-5a5b-4e92-82f7-b530086b4e50","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml","artifactChecksum":"OTg4YTc0NjYyNzVlYWQ2ZjIyYWMxNGRmYTNjYTc4NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69450899-a186-48f8-95e2-d0d64d7809af","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar","artifactChecksum":"YjZiZDI2OGFkYTdmMmMwNjAzMmRiNzYxNzkwNDEzZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3abe5e1a-0080-4a46-9017-156c9ac04700","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8754ad99-f113-4c04-b64a-a4a82871b5df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml","artifactChecksum":"YmVhYmIzZDBkNmQ4ZWQ5OWU0MTIwNmQ4ZGMyMGYyOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02670717-52c2-4f22-b87d-d75dcdb2292d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"717d4e40-e57b-47c8-9e3d-06e5b7e04389","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"699c9c89-b081-42a8-9c73-161d1b30f103","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml","artifactChecksum":"NTRhNGUyMTE0OTBmODQ5YTgyNDNlMDRlMGQ0MDJmNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aba3bad2-f9f1-4477-9158-b459efe2bcb1","artifactVersion":"1"},{"artifactName":"service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar","artifactChecksum":"ZDg5ZTY3Mjc4ZTI5MDg0MmM3MDQyZjJkZGU0MzMzYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1797d775-07bf-4592-b57b-2fa0481d0bc7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-31T06:28:20.692Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:28:20.693Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:20.696Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:20.696Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:28:20.796Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:28:20.797Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:20.797Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:20.810Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:20.810Z||pool-285-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:21.697Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:28:21.698Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:21.700Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:21.700Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:28:21.800Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:28:21.801Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:21.801Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:21.813Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:21.814Z||pool-286-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:22.701Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:28:22.703Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:22.705Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:22.705Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:28:22.805Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:28:22.806Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:22.806Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:22.818Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:22.818Z||pool-287-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-31T06:28:23.705Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:28:23.706Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:23.708Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:23.708Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:28:23.809Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:28:23.809Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:23.810Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:23.823Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:23.823Z||pool-288-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:24.709Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:28:24.710Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:24.713Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:24.713Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:28:24.813Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:28:24.814Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:24.814Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:24.831Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:24.832Z||pool-289-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:25.714Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:28:25.715Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:25.717Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:25.717Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:28:25.817Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:28:25.818Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:25.818Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:25.829Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:25.830Z||pool-290-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:26.718Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:28:26.719Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:26.721Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:26.721Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:28:26.821Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:28:26.822Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:26.822Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:26.836Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:26.836Z||pool-291-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:27.721Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-31T06:28:27.722Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:27.724Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:27.724Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:28:27.824Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-31T06:28:27.826Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:27.826Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:27.838Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:27.838Z||pool-292-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:28.726Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "serviceName": "Demo_pNF_RsHrWL8vtqC3Zi9lhokc",
  "serviceVersion": "1.0",
  "serviceUUID": "26c96af0-d748-490d-bfc6-52b059c4fd5b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cea83443-fece-43d9-9b95-31e8c1de72cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 456a5b70-47cd 0",
      "resourceCustomizationUUID": "1f97a2ac-5a5b-4e92-82f7-b530086b4e50",
      "resourceName": "pNF 456a5b70-47cd",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5662973a-c40f-4b47-84dd-9cca531fb023",
      "resourceInvariantUUID": "8391ca80-75c6-4bbb-9995-cc46dd75a81f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
      "artifactChecksum": "ZDg5ZTY3Mjc4ZTI5MDg0MmM3MDQyZjJkZGU0MzMzYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1797d775-07bf-4592-b57b-2fa0481d0bc7"
    }
  ],
  "workloadContext": "Production"
}
2022-08-31T06:28:28.726Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-31T06:28:28.726Z|ec6dd9e8-7232-4ea2-8196-1d40a5533104|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26c96af0-d748-490d-bfc6-52b059c4fd5b ASDC
2022-08-31T06:28:28.728Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
ServiceName:Demo_pNF_RsHrWL8vtqC3Zi9lhokc
ServiceVersion:1.0
ServiceUUID:26c96af0-d748-490d-bfc6-52b059c4fd5b
ServiceInvariantUUID:cea83443-fece-43d9-9b95-31e8c1de72cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
ArtifactUUID:1797d775-07bf-4592-b57b-2fa0481d0bc7
ArtifactChecksum:ZDg5ZTY3Mjc4ZTI5MDg0MmM3MDQyZjJkZGU0MzMzYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 456a5b70-47cd 0
ResourceCustomizationUUID:1f97a2ac-5a5b-4e92-82f7-b530086b4e50
ResourceInvariantUUID:8391ca80-75c6-4bbb-9995-cc46dd75a81f
ResourceName:pNF 456a5b70-47cd
ResourceType:PNF
ResourceUUID:5662973a-c40f-4b47-84dd-9cca531fb023
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-31T06:28:28.728Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26c96af0-d748-490d-bfc6-52b059c4fd5b 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-08-31T06:28:28.766Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:28:28.766Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:28:28.767Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:28:28.767Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Trying to download the artifact UUID: 1797d775-07bf-4592-b57b-2fa0481d0bc7 from URL: /sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:28.767Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - download
2022-08-31T06:28:28.767Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:28.928Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||GET Response Status 200
2022-08-31T06:28:28.932Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar 1797d775-07bf-4592-b57b-2fa0481d0bc7 82641
2022-08-31T06:28:28.932Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar ASDC sendASDCNotification
2022-08-31T06:28:28.932Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:28.933Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-31T06:28:28.933Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:28.935Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:28.935Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927308932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:28:29.035Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:28:29.036Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:29.036Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:29.048Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:29.048Z||pool-293-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:29.935Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-31T06:28:29.936Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||MSO config path is: /app
2022-08-31T06:28:29.937Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Trying to write artifact UUID: 1797d775-07bf-4592-b57b-2fa0481d0bc7, URL: /sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar to file: /app/ASDC/1/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:29.937Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:29.937Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:29.938Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.151Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6130438304304242246/Definitions/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml
2022-08-31T06:28:30.981Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|WARN|500||####################################################################################################
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 456a5b70-47cd 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-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|WARN|500||####################################################################################################
2022-08-31T06:28:30.982Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:30.983Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:30.983Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Node template pNF 456a5b70-47cd 0 is matching search criteria
2022-08-31T06:28:30.983Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T06:28:30.983Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Found topology templates [pNF 456a5b70-47cd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:28:30.983Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:30.983Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Node template pNF 456a5b70-47cd 0 is matching search criteria
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Search for entities recursively
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Found topology templates [pNF 456a5b70-47cd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:30.984Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:30.987Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:30.987Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:30.987Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:30.988Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:30.988Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_RsHrWL8vtqC3Zi9lhokc
Description:catalog service description
Model UUID:26c96af0-d748-490d-bfc6-52b059c4fd5b
Model Version:NULL
Model InvariantUuid:cea83443-fece-43d9-9b95-31e8c1de72cb
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-08-31T06:28:30.997Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5662973a-c40f-4b47-84dd-9cca531fb023
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-08-31T06:28:30.999Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||pNF 456a5b70-47cd 0
2022-08-31T06:28:31.000Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5662973a-c40f-4b47-84dd-9cca531fb023
2022-08-31T06:28:31.000Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||No resources found for Service: 26c96af0-d748-490d-bfc6-52b059c4fd5b
2022-08-31T06:28:31.000Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Preparing to deploy Service: 26c96af0-d748-490d-bfc6-52b059c4fd5b
2022-08-31T06:28:31.000Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 456a5b70-47cd 0 5662973a-c40f-4b47-84dd-9cca531fb023 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-08-31T06:28:31.005Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@190904e6, org.onap.sdc.toscaparser.api.parameters.Input@6f72c77f, org.onap.sdc.toscaparser.api.parameters.Input@3476b11b, org.onap.sdc.toscaparser.api.parameters.Input@4d7afa7e, org.onap.sdc.toscaparser.api.parameters.Input@1c05f903]
2022-08-31T06:28:31.005Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:31.005Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:31.005Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500|| resourceSeq for service uuid 26c96af0-d748-490d-bfc6-52b059c4fd5b: pNF 456a5b70-47cd
2022-08-31T06:28:31.006Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Processing PNF resource: 5662973a-c40f-4b47-84dd-9cca531fb023
2022-08-31T06:28:31.006Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-31T06:28:31.006Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Service Demo_pNF_RsHrWL8vtqC3Zi9lhokc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-31T06:28:31.006Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||Resource customization UUID: 1f97a2ac-5a5b-4e92-82f7-b530086b4e50 is the same as notified resource customizationUUID: 1f97a2ac-5a5b-4e92-82f7-b530086b4e50
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-08-31T06:28:31.053Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 456a5b70-47cd 5662973a-c40f-4b47-84dd-9cca531fb023 0 ASDC deployResourceStructure
2022-08-31T06:28:31.054Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar ASDC sendASDCNotification
2022-08-31T06:28:31.054Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar
2022-08-31T06:28:31.054Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-31T06:28:31.054Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:28:31.056Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:28:31.056Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927311053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:28:31.156Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-31T06:28:31.157Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:28:31.157Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:28:31.169Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:28:31.169Z||pool-294-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-31T06:28:32.058Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-31T06:28:32.076Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c790affc-bcca-4f3f-a25f-83c7cbdc0ac0
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-08-31T06:28:32.085Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-31T06:28:32.085Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-31T06:28:32.085Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-31T06:28:32.085Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-31T06:28:32.085Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-31T06:28:32.085Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-31T06:28:32.085Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?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-08-31T06:28:32.090Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-31T06:29:02.090Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 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-08-31T06:29:02.097Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 and serviceModelVersionId: 26c96af0-d748-490d-bfc6-52b059c4fd5b
2022-08-31T06:29:02.097Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cea83443-fece-43d9-9b95-31e8c1de72cb
2022-08-31T06:29:02.098Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0
2022-08-31T06:29:02.102Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-31T06:29:02.149Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/224e5489-f464-4b82-a9c7-9e2ed30ca204/model-vers/model-ver/b933974e-a125-4cb3-9a21-a618e114d6a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:29:02.152Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||Invoke
2022-08-31T06:29:03.675Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:29:03.676Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||Invoke
2022-08-31T06:29:05.208Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:29:05.213Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||Invoke
2022-08-31T06:29:06.245Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:29:06.245Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:29:06.246Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:29:06.246Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:29:06.257Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:29:06.257Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c790affc-bcca-4f3f-a25f-83c7cbdc0ac0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-31T06:29:06.258Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-31T06:29:06.259Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-31T06:29:06.263Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-31T06:29:06.263Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|DEBUG|500||try to send status {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927346258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:29:06.378Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-08-31T06:29:06.379Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-31T06:29:06.379Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:29:06.393Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:29:06.394Z||pool-295-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-08-31T06:29:07.279Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:29:07.280Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:29:07.280Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:29:16.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:29:16.073Z||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-08-31T06:29:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:29:16.714Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:29:16.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:29:16.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:29:16.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:29:16.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:29:16.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/resourceInstances/pnf456a5b7047cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927296210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927308932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-31T06:29:16.719Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:29:16.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927311053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRshrwl8vtqc3zi9lhokc/1.0/artifacts/service-DemoPnfRshrwl8vtqc3zi9lhokc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-31T06:29:16.719Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:29:16.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-31T06:29:16.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c790affc-bcca-4f3f-a25f-83c7cbdc0ac0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661927346258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-31T06:29:16.719Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-31T06:29:16.830Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:29:16.831Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:29:16.831Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:29:16.831Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:29:26.383Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:29:26.384Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:29:26.384Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:29:26.384Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:29:35.952Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:29:35.952Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:29:35.953Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:29:35.953Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:29:45.502Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:30:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:30:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:30:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:30:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:30:16.073Z||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-08-31T06:30:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:30:25.630Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:30:25.640Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:31:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:31:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:31:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:31:16.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:31:16.073Z||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-08-31T06:31:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:31:25.642Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:31:25.644Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:32:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:32:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:32:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:32:16.072Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:32:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:32:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:32:25.623Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:32:25.623Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:33:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:33:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:33:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:33:16.072Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:33:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T06:33:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:33:25.636Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:33:25.640Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:34:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:34:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:34:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:34:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:34:16.073Z||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-08-31T06:34:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:34:25.619Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:34:25.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:35:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:35:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:35:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:35:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:35:16.073Z||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-08-31T06:35:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:35:25.624Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:35:25.628Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:36:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:36:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:36:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:36:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:36:16.073Z||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-08-31T06:36:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:36:25.638Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:36:25.640Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:37:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:37:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:37:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:37:16.072Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:37:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:37:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:37:25.628Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:37:25.631Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:38:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:38:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:38:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:38:16.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:38:16.073Z||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-08-31T06:38:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:38:25.622Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:38:25.624Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:39:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:39:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:39:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:39:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:39:16.073Z||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-08-31T06:39:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:39:25.627Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:39:25.627Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:40:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:40:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:40:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:40:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:40:16.073Z||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-08-31T06:40:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:40:25.650Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:40:25.697Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:41:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:41:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:41:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:41:16.072Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:41:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T06:41:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:41:25.639Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:41:25.653Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:42:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:42:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:42:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:42:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:42:16.073Z||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-08-31T06:42:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:42:25.664Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:42:25.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:43:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:43:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:43:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:43:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:43:16.073Z||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-08-31T06:43:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:43:25.642Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:43:25.642Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:44:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:44:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:44:16.071Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:44:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:44:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:44:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:44:25.637Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:44:25.637Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:45:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:45:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:45:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:45:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:45:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:45:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:45:25.668Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:45:25.672Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:46:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:46:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:46:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:46:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:46:16.073Z||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-08-31T06:46:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:46:25.631Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:46:25.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:47:16.070Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:47:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:47:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:47:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:47:16.073Z||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-08-31T06:47:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:47:25.667Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:47:25.667Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:48:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:48:16.071Z||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-08-31T06:48:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:48:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:48:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T06:48:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:48:25.640Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:48:25.651Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:49:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:49:16.071Z||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-08-31T06:49:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:49:16.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:49:16.073Z||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-08-31T06:49:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:49:25.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:49:25.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:50:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:50:16.071Z||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-08-31T06:50:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:50:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:50:16.073Z||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-08-31T06:50:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:50:25.628Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:50:25.629Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:51:16.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:51:16.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:51:16.075Z||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-08-31T06:51:16.075Z||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-08-31T06:51:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:51:16.076Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:51:25.629Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:51:25.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:52:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:52:16.070Z||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-08-31T06:52:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:52:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:52:16.073Z||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-08-31T06:52:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:52:25.620Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:52:25.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:53:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:53:16.071Z||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-08-31T06:53:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:53:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:53:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T06:53:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:53:25.626Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:53:25.638Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:54:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:54:16.070Z||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-08-31T06:54:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:54:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:54:16.073Z||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-08-31T06:54:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:54:25.615Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:54:25.617Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:55:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:55:16.070Z||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-08-31T06:55:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:55:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:55:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:55:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:55:25.627Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:55:25.627Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:56:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:56:16.071Z||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-08-31T06:56:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:56:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:56:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T06:56:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:56:25.626Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:56:25.628Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:57:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:57:16.071Z||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-08-31T06:57:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:57:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:57:16.073Z||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-08-31T06:57:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:57:25.623Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:57:25.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:58:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:58:16.072Z||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-08-31T06:58:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:58:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:58:16.073Z||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-08-31T06:58:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:58:25.623Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:58:25.657Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:59:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:59:16.071Z||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-08-31T06:59:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:59:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T06:59:16.073Z||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-08-31T06:59:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T06:59:25.621Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T06:59:25.622Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:00:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:00:16.070Z||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-08-31T07:00:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:00:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:00:16.073Z||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-08-31T07:00:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:00:25.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:00:25.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:01:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:01:16.070Z||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-08-31T07:01:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:01:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:01:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T07:01:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:01:25.620Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:01:25.622Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:02:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:02:16.070Z||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-08-31T07:02:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:02:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:02:16.073Z||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-08-31T07:02:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:02:25.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:02:25.618Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:03:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:03:16.070Z||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-08-31T07:03:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:03:16.072Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:03:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T07:03:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:03:25.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:03:25.618Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:04:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:04:16.070Z||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-08-31T07:04:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:04:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:04:16.073Z||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-08-31T07:04:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:04:25.623Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:04:25.624Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:05:16.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:05:16.070Z||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-08-31T07:05:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:05:16.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:05:16.073Z||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-08-31T07:05:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:05:25.618Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:05:25.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:06:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:06:16.071Z||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-08-31T07:06:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:06:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:06:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T07:06:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:06:25.624Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:06:25.627Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:07:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:07:16.071Z||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-08-31T07:07:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:07:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:07:16.073Z||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-08-31T07:07:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:07:25.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:07:25.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:08:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:08:16.070Z||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-08-31T07:08:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:08:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:08:16.072Z||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-08-31T07:08:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:08:25.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:08:25.614Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:09:16.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:09:16.071Z||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-08-31T07:09:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:09:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:09:16.073Z||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-08-31T07:09:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:09:25.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:09:25.628Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:10:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:10:16.072Z||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-08-31T07:10:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:10:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:10:16.073Z||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-08-31T07:10:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:10:25.619Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:10:25.623Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:11:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:11:16.071Z||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-08-31T07:11:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:11:16.072Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:11:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T07:11:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:11:25.625Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:11:25.625Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:12:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:12:16.071Z||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-08-31T07:12:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:12:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:12:16.073Z||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-08-31T07:12:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:12:25.616Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:12:25.622Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:13:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:13:16.070Z||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-08-31T07:13:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:13:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:13:16.073Z||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-08-31T07:13:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:13:25.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:13:25.646Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:14:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:14:16.070Z||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-08-31T07:14:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:14:16.072Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:14:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T07:14:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:14:25.638Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:14:25.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:15:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:15:16.070Z||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-08-31T07:15:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:15:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:15:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T07:15:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:15:25.618Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:15:25.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:16:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:16:16.070Z||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-08-31T07:16:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:16:16.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:16:16.073Z||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-08-31T07:16:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:16:25.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:16:25.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:17:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:17:16.070Z||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-08-31T07:17:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:17:16.072Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:17:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T07:17:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:17:25.611Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:17:25.616Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:18:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:18:16.070Z||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-08-31T07:18:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:18:16.072Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:18:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T07:18:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:18:25.613Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:18:25.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:19:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:19:16.070Z||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-08-31T07:19:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:19:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:19:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T07:19:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:19:25.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:19:25.622Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:20:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:20:16.070Z||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-08-31T07:20:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:20:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:20:16.073Z||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-08-31T07:20:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:20:25.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:20:25.616Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:21:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:21:16.071Z||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-08-31T07:21:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:21:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:21:16.073Z||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-08-31T07:21:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:21:25.621Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:21:25.621Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:22:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:22:16.071Z||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-08-31T07:22:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:22:16.072Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:22:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?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-08-31T07:22:16.073Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:22:25.640Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:22:25.642Z|a8b6aacc-3093-447d-b7c8-2dbb302b4852|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8948ca6e-19b3-4d7e-801e-292256b1f165/model-vers/model-ver/adbce068-b55d-40d6-82c4-44d57038077f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:23:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:23:16.072Z||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-08-31T07:23:16.072Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:23:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:23:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T07:23:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:23:25.624Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:23:25.646Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:24:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:24:16.071Z||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-08-31T07:24:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:24:16.072Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:24:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T07:24:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:24:25.639Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:24:25.640Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:25:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:25:16.070Z||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-08-31T07:25:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:25:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:25:16.073Z||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-08-31T07:25:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:25:25.621Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:25:25.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:26:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:26:16.071Z||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-08-31T07:26:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:26:16.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:26:16.073Z||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-08-31T07:26:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:26:25.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:26:25.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:27:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:27:16.070Z||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-08-31T07:27:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:27:16.072Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:27:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?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-08-31T07:27:16.073Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:27:25.643Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:27:25.647Z|324c1744-cc8d-4394-9a20-b0da9c2646f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4948222-31ed-44f1-af67-da5f673906c8/model-vers/model-ver/a97e0469-e25e-478e-9004-c18b2f7182fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:28:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:28:16.070Z||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-08-31T07:28:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:28:16.072Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:28:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?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-08-31T07:28:16.073Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:28:25.612Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:28:25.638Z|c790affc-bcca-4f3f-a25f-83c7cbdc0ac0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea83443-fece-43d9-9b95-31e8c1de72cb/model-vers/model-ver/26c96af0-d748-490d-bfc6-52b059c4fd5b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:29:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:29:16.070Z||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-08-31T07:29:16.071Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:29:16.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:29:16.073Z||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-08-31T07:29:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:29:25.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:29:25.643Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:30:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:30:16.070Z||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-08-31T07:30:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:30:16.072Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:30:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?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-08-31T07:30:16.073Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:30:25.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:30:25.640Z|03d642c4-d953-4f20-abf7-e3f4af911746|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc6ae16-d967-44fe-abba-1fee37add5ba/model-vers/model-ver/30ee228a-5d34-486f-9077-d2ad4692221b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:31:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:31:16.070Z||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-08-31T07:31:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:31:16.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:31:16.073Z||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-08-31T07:31:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:31:25.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:31:25.642Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:32:16.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:32:16.070Z||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-08-31T07:32:16.070Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:32:16.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-31T07:32:16.073Z||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-08-31T07:32:16.073Z||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 2UlBYPK1u1u4KGrN) ...
2022-08-31T07:32:25.618Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-31T07:32:25.619Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK